summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorwiz <wiz>2002-10-21 12:16:29 +0000
committerwiz <wiz>2002-10-21 12:16:29 +0000
commit2b70762870da773aa0d349b28ede69b2eedda2ee (patch)
treee3e98ffcfd1d64c4a419dcfd301f6164799373a2 /games
parent4d5fc8526e7386db246dc4750afe9a180a9f1d21 (diff)
downloadpkgsrc-2b70762870da773aa0d349b28ede69b2eedda2ee.tar.gz
Convert to buildlink2. Remove invalid MASTER_SITES and HOMEPAGE.
Diffstat (limited to 'games')
-rw-r--r--games/xgalaga/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/games/xgalaga/Makefile b/games/xgalaga/Makefile
index 5c9c348ca3c..5c44502f688 100644
--- a/games/xgalaga/Makefile
+++ b/games/xgalaga/Makefile
@@ -1,24 +1,23 @@
-# $NetBSD: Makefile,v 1.12 2002/06/23 03:54:30 jlam Exp $
+# $NetBSD: Makefile,v 1.13 2002/10/21 12:16:29 wiz Exp $
#
DISTNAME= xgalaga-2.0.34
PKGREVISION= 1
CATEGORIES= games x11
-MASTER_SITES= http://ogresoft.dyn.ml.org/
+MASTER_SITES= # http://ogresoft.dyn.ml.org/
MAINTAINER= root@garbled.net
-HOMEPAGE= http://ogresoft.dyn.ml.org/xgal.html
+# HOMEPAGE= http://ogresoft.dyn.ml.org/xgal.html
COMMENT= Very fast true-to-the-original port of galaga for X11
+USE_BUILDLINK2= YES
USE_X11BASE= YES
-USE_XPM= YES
GNU_CONFIGURE= YES
GNU_CONFIGURE_PREFIX= ${PREFIX}/share/xgalaga
CONFIGURE_ARGS+= --exec-prefix=${PREFIX}/bin
-CFLAGS+= -I${LOCALBASE}/include -I${X11BASE}/include
-CPPFLAGS+= ${CFLAGS}
post-install:
${INSTALL_MAN} ${WRKSRC}/README ${X11PREFIX}/share/xgalaga/README
+.include "../../graphics/xpm/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"