diff options
author | drochner <drochner@pkgsrc.org> | 2004-08-06 16:49:48 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2004-08-06 16:49:48 +0000 |
commit | 0b4c1dd9d650ec9888c37529e2aeaa8b59f5c858 (patch) | |
tree | 1287475eecd7a4167f6b7ebfc9fd5798c949f1bd /games/gemdropx/Makefile | |
parent | a06f391d8e55b170e52f7d86129ad905feb6c733 (diff) | |
download | pkgsrc-0b4c1dd9d650ec9888c37529e2aeaa8b59f5c858.tar.gz |
update to 0.9
rewritten to use SDL
Diffstat (limited to 'games/gemdropx/Makefile')
-rw-r--r-- | games/gemdropx/Makefile | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/games/gemdropx/Makefile b/games/gemdropx/Makefile index f49ecbdface..76418c3356b 100644 --- a/games/gemdropx/Makefile +++ b/games/gemdropx/Makefile @@ -1,18 +1,16 @@ -# $NetBSD: Makefile,v 1.7 2004/01/20 12:15:40 agc Exp $ +# $NetBSD: Makefile,v 1.8 2004/08/06 16:49:48 drochner Exp $ # -DISTNAME= gemdropx -PKGNAME= gemdropx-0.3 +DISTNAME= gemdropx-0.9 CATEGORIES= games x11 -MASTER_SITES= ftp://ftp.sonic.net/pub/users/nbs/unix/x/gemdropx/ +MASTER_SITES= ftp://ftp.sonic.net/pub/users/nbs/unix/x/gemdropx/src/ MAINTAINER= root@garbled.net -HOMEPAGE= http://www.sonic.net/~nbs/unix/x/gemdropx/ +HOMEPAGE= http://www.newbreedsoftware.com/gemdropx/ COMMENT= Color puzzle game for X11 similar to Gem Drop -WRKSRC= ${WRKDIR}/gemdropx -MAKEFILE= makefile - -USE_X11BASE= yes +USE_BUILDLINK3= yes +.include "../../devel/SDL/buildlink3.mk" +.include "../../audio/SDL_mixer/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |