summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>1999-05-24 20:39:35 +0000
committertv <tv@pkgsrc.org>1999-05-24 20:39:35 +0000
commit5c60ed579430954635a901b457a1fe4128eaca47 (patch)
tree65bbd73001946c26475423bf378f0a1854ed3cb6 /editors
parent42a1a676be446ce3279f0baeeda7b3dcc1002c13 (diff)
downloadpkgsrc-5c60ed579430954635a901b457a1fe4128eaca47.tar.gz
Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORM
pattern match format. Minor pkglint along the way.
Diffstat (limited to 'editors')
-rw-r--r--editors/xemacs20/Makefile78
1 files changed, 39 insertions, 39 deletions
diff --git a/editors/xemacs20/Makefile b/editors/xemacs20/Makefile
index 465ee23391b..96baf18fd2c 100644
--- a/editors/xemacs20/Makefile
+++ b/editors/xemacs20/Makefile
@@ -1,64 +1,64 @@
-# $NetBSD: Makefile,v 1.42 1999/03/10 08:42:14 tron Exp $
+# $NetBSD: Makefile,v 1.43 1999/05/24 20:39:39 tv Exp $
# FreeBSD Id: Makefile,v 1.1.1.1 1997/09/03 19:27:57 gj Exp
#
-DISTNAME= xemacs-20.4
-CATEGORIES= editors
-MASTER_SITES= ftp://ftp.xemacs.org/pub/xemacs/xemacs-20.4/ \
- ftp://ftp.mpi-sb.mpg.de/pub/gnu/mirror/ftp.xemacs.org/xemacs-20.4/ \
- ftp://ftp.usyd.edu.au/pub/Xemacs/xemacs-20.4/ \
- ftp://ftp.lab.kdd.co.jp/xemacs/xemacs-20.4/ \
- ftp://ftp.th-darmstadt.de/pub/editors/xemacs/xemacs-20.4/ \
- ftp://SunSITE.sut.ac.jp/pub/archives/xemacs/xemacs-20.4/ \
- ftp://ftp.miranova.com/pub/xemacs/ \
- ftp://ftp.gw.com/mirrors/pub/unix/xemacs/xemacs-20.4/
-DISTFILES= xemacs-20.4.tar.gz xemacs-20.4-info.tar.gz
+DISTNAME= xemacs-20.4
+CATEGORIES= editors
+MASTER_SITES= ftp://ftp.xemacs.org/pub/xemacs/xemacs-20.4/ \
+ ftp://ftp.mpi-sb.mpg.de/pub/gnu/mirror/ftp.xemacs.org/xemacs-20.4/ \
+ ftp://ftp.usyd.edu.au/pub/Xemacs/xemacs-20.4/ \
+ ftp://ftp.lab.kdd.co.jp/xemacs/xemacs-20.4/ \
+ ftp://ftp.th-darmstadt.de/pub/editors/xemacs/xemacs-20.4/ \
+ ftp://SunSITE.sut.ac.jp/pub/archives/xemacs/xemacs-20.4/ \
+ ftp://ftp.miranova.com/pub/xemacs/ \
+ ftp://ftp.gw.com/mirrors/pub/unix/xemacs/xemacs-20.4/
+DISTFILES= xemacs-20.4.tar.gz xemacs-20.4-info.tar.gz
-MAINTAINER= packages@netbsd.org
-HOMEPAGE= http://www.xemacs.org/
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.xemacs.org/
-DEPENDS+= xpm-3.4k:../../graphics/xpm
-DEPENDS+= jpeg-6b:../../graphics/jpeg
-DEPENDS+= Xaw3d-1.5:../../x11/Xaw3d
-DEPENDS+= png-1.0.3:../../graphics/png
-DEPENDS+= gdbm-1.7.3:../../databases/gdbm
+DEPENDS= xpm-3.4k:../../graphics/xpm \
+ jpeg-6b:../../graphics/jpeg \
+ Xaw3d-1.5:../../x11/Xaw3d \
+ png-1.0.3:../../graphics/png \
+ gdbm-1.7.3:../../databases/gdbm
-NOT_FOR_ARCHS= alpha mips #fails purespace dumping
+NOT_FOR_PLATFORM= *-*-{alpha,mips} #fails purespace dumping
-HAS_CONFIGURE= yes
+HAS_CONFIGURE=
.include "../../mk/bsd.prefs.mk"
-WITH_DIALOGS= --with-dialogs=athena3d
+WITH_DIALOGS= --with-dialogs=athena3d
WITH_SOUND=
.if defined(USE_MULE)
-WITH_MULE= --with-mule
-DISTFILES+= xemacs-20.4-mule.tar.gz
-REALPLIST= PLIST.mule
+WITH_MULE= --with-mule
+DISTFILES+= xemacs-20.4-mule.tar.gz
+REALPLIST= PLIST.mule
.else
-REALPLIST= PLIST.nomule
+REALPLIST= PLIST.nomule
.endif
.if defined(USE_XFACE)
-WITH_XFACE= --with-xface
-DEPENDS+= faces-1.6.1:../../mail/faces
+WITH_XFACE= --with-xface
+DEPENDS+= faces-1.6.1:../../mail/faces
.else
-WITH_XFACE= --with-xface=no
+WITH_XFACE= --with-xface=no
.endif
-CONFIGURE_ARGS+=${MACHINE_GNU_ARCH}--netbsd --prefix=${PREFIX} \
- --site-includes=${PREFIX}/include \
- --infopath="${PREFIX}/info:${X11BASE}/info:/usr/local/info" \
- --site-libraries=${PREFIX}/lib \
- --sitelispdir="${PREFIX}/lib/xemacs/site-lisp \
- ${PREFIX}/share/xemacs/site-lisp" -with-ncurses=no \
- --with-session=yes \
- ${WITH_MULE} ${WITH_DIALOGS} ${WITH_XFACE} ${WITH_SOUND}
+CONFIGURE_ARGS+= ${MACHINE_GNU_ARCH}--netbsd --prefix=${PREFIX} \
+ --site-includes=${PREFIX}/include \
+ --infopath="${PREFIX}/info:${X11BASE}/info:/usr/local/info" \
+ --site-libraries=${PREFIX}/lib \
+ --sitelispdir="${PREFIX}/lib/xemacs/site-lisp \
+ ${PREFIX}/share/xemacs/site-lisp" -with-ncurses=no \
+ --with-session=yes \
+ ${WITH_MULE} ${WITH_DIALOGS} ${WITH_XFACE} ${WITH_SOUND}
-MAKE_ENV+= INSTALL_MAN="${INSTALL_MAN}" INSTALL_SCRIPT="${INSTALL_SCRIPT}"
+MAKE_ENV+= INSTALL_MAN="${INSTALL_MAN}" INSTALL_SCRIPT="${INSTALL_SCRIPT}"
-PLIST_SRC= ${WRKDIR}/PLIST.tmp
+PLIST_SRC= ${WRKDIR}/PLIST.tmp
pre-configure:
@${ECHO} "To compile in the MULE features, set the environment variable USE_MULE."