diff options
author | wiz <wiz@pkgsrc.org> | 2002-10-21 12:16:29 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-10-21 12:16:29 +0000 |
commit | 76f3a84268984e69e5e2c4267e54f65bbd8cfffc (patch) | |
tree | e3e98ffcfd1d64c4a419dcfd301f6164799373a2 /games | |
parent | 0f140f4da89e62a793024971d80ffc979e7f9b1f (diff) | |
download | pkgsrc-76f3a84268984e69e5e2c4267e54f65bbd8cfffc.tar.gz |
Convert to buildlink2. Remove invalid MASTER_SITES and HOMEPAGE.
Diffstat (limited to 'games')
-rw-r--r-- | games/xgalaga/Makefile | 11 |
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" |