diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/anise/DESCR | 2 | ||||
-rw-r--r-- | games/anise/Makefile | 20 | ||||
-rw-r--r-- | games/anise/PLIST | 2 | ||||
-rw-r--r-- | games/anise/distinfo | 4 |
4 files changed, 28 insertions, 0 deletions
diff --git a/games/anise/DESCR b/games/anise/DESCR new file mode 100644 index 00000000000..b7093bbe0f8 --- /dev/null +++ b/games/anise/DESCR @@ -0,0 +1,2 @@ +ANISE is an open source implementation of the adventure game scripting +engine (AISV) used by popular adventure games from Elf and Silky's. diff --git a/games/anise/Makefile b/games/anise/Makefile new file mode 100644 index 00000000000..e109f9411bd --- /dev/null +++ b/games/anise/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/07/25 16:13:33 minskim Exp $ +# + +DISTNAME= anise-beta10-20040307-linux +PKGNAME= anise-0beta10 +CATEGORIES= games +MASTER_SITES= http://kldp.net/download.php/1051/ + +MAINTAINER= pyrasis@chol.com +HOMEPAGE= http://www.tomyun.pe.kr/projectanise/ +COMMENT= Adventure game scripting engine + +PKG_INSTALLATION_TYPES= overwrite pkgviews + +USE_BUILDLINK3= yes +GNU_CONFIGURE= yes +USE_LANGUAGES= c++ + +.include "../../devel/SDL/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/games/anise/PLIST b/games/anise/PLIST new file mode 100644 index 00000000000..02d6a97fdb4 --- /dev/null +++ b/games/anise/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/07/25 16:13:33 minskim Exp $ +bin/anise diff --git a/games/anise/distinfo b/games/anise/distinfo new file mode 100644 index 00000000000..1e5e01dd74c --- /dev/null +++ b/games/anise/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/07/25 16:13:33 minskim Exp $ + +SHA1 (anise-beta10-20040307-linux.tar.gz) = 3018edc28b8777a3e94343237557f0c74a135e0e +Size (anise-beta10-20040307-linux.tar.gz) = 517545 bytes |