After a repo copy from xemacs-devel turn this port into xemacs.

This commit is contained in:
Gary Jennejohn 2003-04-23 09:55:07 +00:00
parent 20e09c07aa
commit 74097edf50
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=79502

View File

@ -5,7 +5,7 @@
# $FreeBSD$
#
PORTNAME= xemacs-devel
PORTNAME= xemacs
PORTVERSION= ${XEMACS_VER}
CATEGORIES+= editors
MASTER_SITES= ${MASTER_SITE_XEMACS}
@ -14,8 +14,8 @@ DISTNAME= xemacs-${XEMACS_VER}
DISTFILES= ${DISTNAME}-src${EXTRACT_SUFX} ${DISTNAME}-elc${EXTRACT_SUFX} ${DISTNAME}-info${EXTRACT_SUFX}
DIST_SUBDIR= xemacs
MAINTAINER= gj@FreeBSD.org
COMMENT= This port tracks the development (GAMMA) version of the XEmacs text editor
MAINTAINER?= gj@FreeBSD.org
COMMENT?= This port tracks the stable version of the XEmacs text editor
RUN_DEPENDS+= ${LOCALBASE}/lib/xemacs/xemacs-packages/etc/enriched.doc:${PORTSDIR}/editors/xemacs-packages
.if !defined(WITHOUT_X11)