diff options
author | frueauf <frueauf> | 1998-08-30 21:19:04 +0000 |
---|---|---|
committer | frueauf <frueauf> | 1998-08-30 21:19:04 +0000 |
commit | 03b7769aa3f4854ef7e753f03c57f68460a55f8b (patch) | |
tree | 5596b57fda0a78c3b577aa431aac7388796d0c4f /editors | |
parent | 91136317a8eb08c6b255b2a761926acc106c8aec (diff) | |
download | pkgsrc-03b7769aa3f4854ef7e753f03c57f68460a55f8b.tar.gz |
Add DEPENDS on gdbm, set -with-ncurses=no, some cleanup.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/xemacs20/Makefile | 23 |
1 files changed, 10 insertions, 13 deletions
diff --git a/editors/xemacs20/Makefile b/editors/xemacs20/Makefile index b0253cca24f..d56a3fc7404 100644 --- a/editors/xemacs20/Makefile +++ b/editors/xemacs20/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 1998/08/30 10:59:43 frueauf Exp $ +# $NetBSD: Makefile,v 1.34 1998/08/30 21:19:04 frueauf Exp $ # FreeBSD Id: Makefile,v 1.1.1.1 1997/09/03 19:27:57 gj Exp # @@ -14,27 +14,23 @@ MASTER_SITES= ftp://ftp.xemacs.org/pub/xemacs/xemacs-20.4/ \ ftp://ftp.gw.com/mirrors/pub/unix/xemacs/xemacs-20.4/ DISTFILES= xemacs-20.4.tar.gz xemacs-20.4-info.tar.gz -.include "../../mk/bsd.prefs.mk" - -.if (${OPSYS} == "FreeBSD") -MAINTAINER= me@FreeBSD.org -WITH_SOUND= --with-sound=native -.elif (${OPSYS} == "NetBSD") MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.xemacs.org/ -WITH_SOUND= -.endif DEPENDS+= xpm-3.4k:../../graphics/xpm DEPENDS+= jpeg-6b:../../graphics/jpeg DEPENDS+= Xaw3d-1.5:../../x11/Xaw3d DEPENDS+= png-1.0.2:../../graphics/png +DEPENDS+= gdbm-1.7.3:../../databases/gdbm CONFLICTS+= xemacs-20.3 HAS_CONFIGURE= yes +.include "../../mk/bsd.prefs.mk" + WITH_DIALOGS= --with-dialogs=athena3d +WITH_SOUND= .if defined(USE_MULE) WITH_MULE= --with-mule @@ -53,18 +49,19 @@ WITH_XFACE= --with-xface=no CONFIGURE_ARGS+=${MACHINE_GNU_ARCH}--netbsd --prefix=${PREFIX} \ --site-includes=${PREFIX}/include \ - ${WITH_SOUND} \ --infopath="${PREFIX}/info:${X11BASE}/info:/usr/local/info" \ --site-libraries=${PREFIX}/lib \ - --sitelispdir="${PREFIX}/lib/xemacs/site-lisp ${PREFIX}/share/xemacs/site-lisp" \ - ${WITH_MULE} ${WITH_DIALOGS} ${WITH_XFACE} + --sitelispdir="${PREFIX}/lib/xemacs/site-lisp \ + ${PREFIX}/share/xemacs/site-lisp" -with-ncurses=no \ + ${WITH_MULE} ${WITH_DIALOGS} ${WITH_XFACE} ${WITH_SOUND} MAKE_ENV+= INSTALL_MAN="${INSTALL_MAN}" INSTALL_SCRIPT="${INSTALL_SCRIPT}" PLIST_SRC= ${WRKDIR}/PLIST.tmp pre-configure: - @echo "To compile in the MULE features, set the environment variable USE_MULE" + @${ECHO} "To compile in the MULE features, set the environment variable USE_MULE." + @${ECHO} "To compile in the support for xface, set the environment variable USE_XFACE." pre-install: ${RM} -f ${WRKSRC}/etc/ctags.1.orig |