diff options
author | ben <ben@pkgsrc.org> | 2003-12-04 00:28:02 +0000 |
---|---|---|
committer | ben <ben@pkgsrc.org> | 2003-12-04 00:28:02 +0000 |
commit | 088c85c467b43373218cf0af66a62e5e70d2d6f0 (patch) | |
tree | 78d43f74f42e1bd94310e26e795c1ce4476b7909 /games/fkiss/Makefile | |
parent | 21ad0c2db25d5f7a55bcb7c9bcbd6022dca8b19a (diff) | |
download | pkgsrc-088c85c467b43373218cf0af66a62e5e70d2d6f0.tar.gz |
Update fkiss to fkiss-0.33a and remove now unnecessary patches.
Diffstat (limited to 'games/fkiss/Makefile')
-rw-r--r-- | games/fkiss/Makefile | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/games/fkiss/Makefile b/games/fkiss/Makefile index 7dc6e257f7b..d0aefcda3fb 100644 --- a/games/fkiss/Makefile +++ b/games/fkiss/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2003/12/03 23:45:29 ben Exp $ +# $NetBSD: Makefile,v 1.8 2003/12/04 00:28:02 ben Exp $ # -DISTNAME= fkiss-0.32 -PKGREVISION= 1 +DISTNAME= fkiss-0.33 +PKGNAME= fkiss-0.33a CATEGORIES= games MASTER_SITES= http://www.oersted.co.jp/~yav/soft/fkiss/ @@ -10,6 +10,10 @@ MAINTAINER= collver1@comcast.net HOMEPAGE= http://www.oersted.co.jp/~yav/soft/indexe.html#fkiss COMMENT= Kisekae viewer +PATCH_SITES= ${MASTER_SITES} +PATCHFILES= fkiss-0.33a.diff +PATCH_DIST_STRIP= -p1 + DEPENDS+= lha-[0-9]*:../../archivers/lha USE_BUILDLINK2= yes @@ -18,6 +22,7 @@ USE_GMAKE= yes GNU_CONFIGURE= yes CFLAGS+= -DUSE_STDARG -DHAVE_STDARG_H CFLAGS+= -DDEV_SOUND=\"\\\"${DEVOSSSOUND}\\\"\" +ALL_TARGET= fkiss do-install: ${INSTALL_PROGRAM} ${WRKSRC}/fkiss ${PREFIX}/bin |