1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/editors/emacs20/Makefile
2000-04-14 00:25:54 +00:00

49 lines
1.0 KiB
Makefile

# New ports collection makefile for: GNU emacs
# Date created: 29 October 1994
# Whom: jkh
#
# $FreeBSD$
#
PORTNAME= emacs
PORTVERSION= 20.6
CATEGORIES= editors ipv6
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= emacs
MAINTAINER= jseger@FreeBSD.org
Y2K= http://www.gnu.org/software/year2000.html
USE_AUTOCONF= yes
USE_GMAKE= yes
CONFIGURE_TARGET= ${MACHINE_ARCH}--freebsd
.if !defined(NO_X11)
CONFIGURE_ARGS= --with-x-toolkit --with-pop
USE_XLIB= yes
.else
CONFIGURE_ARGS= --with-x=no --with-pop
.endif
MAKE_ENV= INSTALL_SCRIPT="${INSTALL_SCRIPT}"
MAN1= emacs.1 etags.1 ctags.1
PLIST_SUB= EMACS_VER=20.6 EMACS_ARCH=${CONFIGURE_TARGET}
WRKSRC= ${WRKDIR}/emacs-20.6
.if defined(USE_XPG4)
.if (${USE_XPG4} == "YES" || ${USE_XPG4} == "yes")
CONFIGURE_ARGS+= --with-xpg4
.endif
.endif
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
pre-build:
${RM} -rf ${WRKSRC}/info/*
.include <bsd.port.mk>