# New ports collection makefile for:	X-Emacs
# Version required:	19.11
# Date created:		27 September 1994
# Whom:			Michael Elbel (me)
#
# $Id: Makefile,v 1.10 1995/04/11 02:33:28 asami Exp $
#

DISTNAME=	xemacs-19.11
MASTER_SITES=	ftp://cs.uiuc.edu/pub/xemacs/
CATEGORIES+=	editors

MAINTAINER=	me@FreeBSD.org

LIB_DEPENDS=	Xpm\\.4\\.:${PORTSDIR}/graphics/xpm

USE_GMAKE=	yes
# EXTRACT_ARGS=  -C ${WRKDIR} -xvzf
STRIP=
HAS_CONFIGURE=	yes
CONFIGURE_ARGS=	i386--freebsd --prefix=${PREFIX} --with-motif=no --with-lucid \
		--compiler='cc -m486 -pipe'

pre-configure:
	cp ${FILESDIR}/unexfreebsd.c ${WRKSRC}/src

.include <bsd.port.mk>
