diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-05-07 01:14:46 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-05-07 01:14:46 +0000 |
commit | 8d2bb7dcb6f365991eca025ef8e66d87fffc81e3 (patch) | |
tree | f9760fe785fe6a7ee5900193237a073aa4306852 /games/openmortal | |
parent | aa5b1740da9d8ed72589931dae600f17c2cf43bc (diff) | |
download | pkgsrc-8d2bb7dcb6f365991eca025ef8e66d87fffc81e3.tar.gz |
Drop maintainership; I don't have the enough free time to maintain
all these packages.
Diffstat (limited to 'games/openmortal')
-rw-r--r-- | games/openmortal/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/games/openmortal/Makefile b/games/openmortal/Makefile index 342d132fbcf..31adf17c456 100644 --- a/games/openmortal/Makefile +++ b/games/openmortal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2004/05/02 21:48:17 xtraeme Exp $ +# $NetBSD: Makefile,v 1.8 2004/05/07 01:14:48 xtraeme Exp $ # DISTNAME= openmortal-0.7 @@ -6,17 +6,17 @@ CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=openmortal/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= xtraeme@NetBSD.org +MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://apocalypse.rulez.org/~upi/Mortal/ COMMENT= Parody of Mortal Kombat with real characters -GNU_CONFIGURE= yes -USE_BUILDLINK3= yes -USE_GNU_TOOLS+= make -USE_PERL5= yes -USE_X11= yes +GNU_CONFIGURE= yes +USE_BUILDLINK3= yes +USE_GNU_TOOLS+= make +USE_PERL5= yes +USE_X11= yes -REPLACE_PERL= data/script/*.pl +REPLACE_PERL= data/script/*.pl .include "../../audio/SDL_mixer/buildlink3.mk" .include "../../devel/SDL/buildlink3.mk" |