diff options
Diffstat (limited to 'games/xgalaga/Makefile')
-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" |