summaryrefslogtreecommitdiff
path: root/www/arena
diff options
context:
space:
mode:
authortv <tv>1999-05-24 20:39:35 +0000
committertv <tv>1999-05-24 20:39:35 +0000
commitb4ae5ad32d8b7a07f0fd5aef93d8427a24e6cd18 (patch)
tree65bbd73001946c26475423bf378f0a1854ed3cb6 /www/arena
parent2dceb46da5667da02f175cdab8fb327156a5ac34 (diff)
downloadpkgsrc-b4ae5ad32d8b7a07f0fd5aef93d8427a24e6cd18.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 'www/arena')
-rw-r--r--www/arena/Makefile36
1 files changed, 18 insertions, 18 deletions
diff --git a/www/arena/Makefile b/www/arena/Makefile
index ca23ea1f48c..9b11c12e5e3 100644
--- a/www/arena/Makefile
+++ b/www/arena/Makefile
@@ -1,32 +1,32 @@
-# $NetBSD: Makefile,v 1.12 1999/03/20 00:48:30 hubertf Exp $
+# $NetBSD: Makefile,v 1.13 1999/05/24 20:39:49 tv Exp $
# FreeBSD Id: Makefile,v 1.10 1998/05/04 20:22:31 jseger Exp
#
-DISTNAME= arena-0.3.61
-WRKSRC= ${WRKDIR}/Arena-0.3.61
-CATEGORIES= www
-MASTER_SITES= ftp://ftp.yggdrasil.com/pub/dist/web/arena/
+DISTNAME= arena-0.3.61
+WRKSRC= ${WRKDIR}/Arena-0.3.61
+CATEGORIES= www
+MASTER_SITES= ftp://ftp.yggdrasil.com/pub/dist/web/arena/
-MAINTAINER= tv@netbsd.org
-HOMEPAGE= http://www.yggdrasil.com/Products/Arena/
+MAINTAINER= tv@netbsd.org
+HOMEPAGE= http://www.yggdrasil.com/Products/Arena/
-DEPENDS= libwww-5.1m1:../../www/libwww \
- jpeg-6b:../../graphics/jpeg \
- png-1.0.3:../../graphics/png \
- xpm-3.4k:../../graphics/xpm
+DEPENDS= libwww-5.1m1:../../www/libwww \
+ jpeg-6b:../../graphics/jpeg \
+ png-1.0.3:../../graphics/png \
+ xpm-3.4k:../../graphics/xpm
-NOT_FOR_ARCHS= alpha #Runs, displays black screen
+NOT_FOR_PLATFORM= *-*-alpha #Runs, displays black screen
-LDFLAGS+= -L${LOCALBASE}/lib -L${X11BASE}/lib
-USE_GMAKE= yes
-MAKEFILE= makefile
-GNU_CONFIGURE= yes
-USE_X11BASE= yes
+LDFLAGS+= -L${LOCALBASE}/lib -L${X11BASE}/lib
+USE_GMAKE= yes
+MAKEFILE= makefile
+GNU_CONFIGURE= yes
+USE_X11BASE= yes
CONFIGURE_ARGS+= --without-debug
CONFIGURE_ARGS+= --with-libwww-include=${LOCALBASE}/include/w3c-libwww
CONFIGURE_ARGS+= --with-libwww-libdir=${LOCALBASE}/lib
CONFIGURE_ARGS+= --with-libwww-config-h-dir=${LOCALBASE}/include/w3c-libwww
-CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include -I${WRKDIR}"
+CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include -I${WRKDIR}"
# Arena requires libwww's "config.h" header - it is installed as "wwwconf.h",
# so make a symlink in ${WRKDIR} and add it to the -I list.