1994-08-21 09:19:28 -04:00
|
|
|
# New ports collection makefile for: GNU emacs
|
1994-10-29 17:49:46 -04:00
|
|
|
# Date created: 29 October 1994
|
1994-08-21 09:19:28 -04:00
|
|
|
# Whom: jkh
|
|
|
|
#
|
1999-08-25 01:57:29 -04:00
|
|
|
# $FreeBSD$
|
1994-08-21 09:19:28 -04:00
|
|
|
#
|
|
|
|
|
2000-04-13 20:25:54 -04:00
|
|
|
PORTNAME= emacs
|
2001-12-07 07:37:34 -05:00
|
|
|
PORTVERSION= ${EMACS_VER}
|
|
|
|
PORTREVISION= 1
|
2001-05-22 14:16:59 -04:00
|
|
|
CATEGORIES+= editors ipv6
|
1996-11-18 05:25:35 -05:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
1999-01-27 02:41:29 -05:00
|
|
|
MASTER_SITE_SUBDIR= emacs
|
1995-04-09 02:11:17 -04:00
|
|
|
|
2001-12-07 07:37:34 -05:00
|
|
|
PATCH_SITES= ${MASTER_SITE_LOCAL}
|
|
|
|
PATCH_SITE_SUBDIR= shige/emacs
|
|
|
|
PATCHFILES= emacs-20.7-linespace-patch.gz
|
|
|
|
PATCH_DIST_STRIP= -p1
|
|
|
|
|
2001-09-17 13:40:31 -04:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
1997-07-17 06:38:15 -04:00
|
|
|
|
2002-01-06 01:20:22 -05:00
|
|
|
USE_AUTOCONF_VER=213
|
1995-04-09 02:11:17 -04:00
|
|
|
USE_GMAKE= yes
|
2001-12-07 07:37:34 -05:00
|
|
|
EMACS_VER= 20.7
|
1999-03-08 02:28:36 -05:00
|
|
|
CONFIGURE_TARGET= ${MACHINE_ARCH}--freebsd
|
2001-09-22 17:56:21 -04:00
|
|
|
.if defined(WITHOUT_X11)
|
|
|
|
CONFIGURE_ARGS= --with-x=no --with-pop
|
|
|
|
.else
|
1999-03-08 02:28:36 -05:00
|
|
|
CONFIGURE_ARGS= --with-x-toolkit --with-pop
|
1999-06-25 18:05:58 -04:00
|
|
|
USE_XLIB= yes
|
|
|
|
.endif
|
2001-12-07 07:37:34 -05:00
|
|
|
CONFIGURE_ARGS+= --with-line-space
|
1999-01-23 09:28:28 -05:00
|
|
|
|
1998-08-31 22:29:51 -04:00
|
|
|
MAKE_ENV= INSTALL_SCRIPT="${INSTALL_SCRIPT}"
|
1996-11-17 02:01:32 -05:00
|
|
|
MAN1= emacs.1 etags.1 ctags.1
|
2001-12-07 07:37:34 -05:00
|
|
|
PLIST_SUB= EMACS_VER=${EMACS_VER} EMACS_ARCH=${CONFIGURE_TARGET}
|
|
|
|
|
|
|
|
RECOMPILE_ELS= dired.el startup.el
|
1994-08-21 09:19:28 -04:00
|
|
|
|
1997-12-14 09:52:03 -05:00
|
|
|
pre-build:
|
|
|
|
${RM} -rf ${WRKSRC}/info/*
|
1995-06-26 01:58:07 -04:00
|
|
|
|
2001-12-07 07:37:34 -05:00
|
|
|
post-build:
|
|
|
|
# to rebuild emacs because startup.elc should be updated
|
|
|
|
@(cd ${WRKSRC}/lisp; \
|
|
|
|
${WRKSRC}/src/emacs -batch -q -no-init-file \
|
|
|
|
-f batch-byte-compile ${RECOMPILE_ELS} ; \
|
|
|
|
)
|
|
|
|
@${RM} -f ${WRKSRC}/src/emacs ${WRKSRC}/src/emacs-${EMACS_VER}*
|
|
|
|
@(cd ${BUILD_WRKSRC}; \
|
|
|
|
${SETENV} ${MAKE_ENV} \
|
|
|
|
${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET} ;\
|
|
|
|
)
|
|
|
|
|
1994-08-21 09:19:28 -04:00
|
|
|
.include <bsd.port.mk>
|