1994-08-21 13:19:28 +00:00
|
|
|
# New ports collection makefile for: GNU emacs
|
1999-08-08 17:58:54 +00:00
|
|
|
# Version required: 20.4
|
1994-10-29 21:49:46 +00:00
|
|
|
# Date created: 29 October 1994
|
1994-08-21 13:19:28 +00:00
|
|
|
# Whom: jkh
|
|
|
|
#
|
1999-08-25 05:57:29 +00:00
|
|
|
# $FreeBSD$
|
1994-08-21 13:19:28 +00:00
|
|
|
#
|
|
|
|
|
1999-08-08 17:58:54 +00:00
|
|
|
DISTNAME= emacs-20.4
|
1996-11-11 05:07:53 +00:00
|
|
|
CATEGORIES= editors
|
1996-11-18 10:25:35 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
1999-01-27 07:41:29 +00:00
|
|
|
MASTER_SITE_SUBDIR= emacs
|
1995-04-09 06:11:17 +00:00
|
|
|
|
1997-12-14 14:52:03 +00:00
|
|
|
MAINTAINER= jseger@FreeBSD.org
|
1997-07-17 10:38:15 +00:00
|
|
|
|
1999-03-11 21:47:15 +00:00
|
|
|
Y2K= http://www.gnu.org/software/year2000.html
|
|
|
|
|
1999-03-01 11:55:45 +00:00
|
|
|
USE_AUTOCONF= yes
|
1995-04-09 06:11:17 +00:00
|
|
|
USE_GMAKE= yes
|
1999-03-08 07:28:36 +00:00
|
|
|
CONFIGURE_TARGET= ${MACHINE_ARCH}--freebsd
|
1999-06-25 22:05:58 +00:00
|
|
|
.if !defined(NO_X11)
|
1999-03-08 07:28:36 +00:00
|
|
|
CONFIGURE_ARGS= --with-x-toolkit --with-pop
|
1999-06-25 22:05:58 +00:00
|
|
|
USE_XLIB= yes
|
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS= --with-x=no --with-pop
|
|
|
|
.endif
|
1999-01-23 14:28:28 +00:00
|
|
|
|
1998-09-01 02:29:51 +00:00
|
|
|
MAKE_ENV= INSTALL_SCRIPT="${INSTALL_SCRIPT}"
|
1996-11-17 07:01:32 +00:00
|
|
|
MAN1= emacs.1 etags.1 ctags.1
|
1999-08-08 17:58:54 +00:00
|
|
|
PLIST_SUB= EMACS_VER=20.4 EMACS_ARCH=${CONFIGURE_TARGET}
|
1994-08-21 13:19:28 +00:00
|
|
|
|
1999-08-08 17:58:54 +00:00
|
|
|
.if defined(USE_XPG4)
|
|
|
|
.if (${USE_XPG4} == "YES" || ${USE_XPG4} == "yes")
|
1998-12-13 11:54:50 +00:00
|
|
|
CONFIGURE_ARGS+= --with-xpg4
|
|
|
|
.endif
|
|
|
|
.endif
|
|
|
|
|
1999-08-08 17:58:54 +00:00
|
|
|
pre-fetch:
|
|
|
|
.if !defined(USE_XPG4)
|
|
|
|
@${ECHO_MSG} "NOTE: You can have international locale library support "
|
|
|
|
@${ECHO_MSG} "by adding \"USE_XPG4=YES\" to argument of make."
|
|
|
|
.endif
|
|
|
|
|
1997-12-14 14:52:03 +00:00
|
|
|
pre-build:
|
|
|
|
${RM} -rf ${WRKSRC}/info/*
|
1995-06-26 05:58:07 +00:00
|
|
|
|
1994-08-21 13:19:28 +00:00
|
|
|
.include <bsd.port.mk>
|