diff options
author | drochner <drochner@pkgsrc.org> | 2012-02-23 19:15:21 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2012-02-23 19:15:21 +0000 |
commit | d315cd9720682a7201d36e764f0c07a007f2cba2 (patch) | |
tree | 483975c99de7a09b37bfceeafcdb121eaf9e1470 /games/asciiquarium | |
parent | c2bab49f646a73d3379f5acbf8ce815913072617 (diff) | |
download | pkgsrc-d315cd9720682a7201d36e764f0c07a007f2cba2.tar.gz |
add asciiquarium-1.0, an ASCII art animated aquarium
Diffstat (limited to 'games/asciiquarium')
-rw-r--r-- | games/asciiquarium/DESCR | 1 | ||||
-rw-r--r-- | games/asciiquarium/Makefile | 27 | ||||
-rw-r--r-- | games/asciiquarium/PLIST | 2 | ||||
-rw-r--r-- | games/asciiquarium/distinfo | 5 |
4 files changed, 35 insertions, 0 deletions
diff --git a/games/asciiquarium/DESCR b/games/asciiquarium/DESCR new file mode 100644 index 00000000000..bb7a6402b45 --- /dev/null +++ b/games/asciiquarium/DESCR @@ -0,0 +1 @@ +Asciiquarium is an aquarium/sea animation in ASCII art. diff --git a/games/asciiquarium/Makefile b/games/asciiquarium/Makefile new file mode 100644 index 00000000000..7dd0c80367c --- /dev/null +++ b/games/asciiquarium/Makefile @@ -0,0 +1,27 @@ +# $NetBSD: Makefile,v 1.1.1.1 2012/02/23 19:15:21 drochner Exp $ +# + +DISTNAME= asciiquarium_1.0 +PKGNAME= asciiquarium-1.0 +CATEGORIES= games +MASTER_SITES= http://robobunny.com/projects/asciiquarium/ + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://robobunny.com/projects/asciiquarium/html/ +COMMENT= ASCII art aquarium +LICENSE= gnu-gpl-v2 + +PKG_DESTDIR_SUPPORT= user-destdir + +DEPENDS+= p5-Term-Animation-[0-9]*:../../devel/p5-Term-Animation + +USE_LANGUAGES= # none +USE_TOOLS+= perl:run +NO_BUILD= yes +REPLACE_PERL+= asciiquarium +INSTALLATION_DIRS+= bin + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/asciiquarium ${DESTDIR}${PREFIX}/bin + +.include "../../mk/bsd.pkg.mk" diff --git a/games/asciiquarium/PLIST b/games/asciiquarium/PLIST new file mode 100644 index 00000000000..4197159d672 --- /dev/null +++ b/games/asciiquarium/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2012/02/23 19:15:21 drochner Exp $ +bin/asciiquarium diff --git a/games/asciiquarium/distinfo b/games/asciiquarium/distinfo new file mode 100644 index 00000000000..429001fbd5c --- /dev/null +++ b/games/asciiquarium/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2012/02/23 19:15:21 drochner Exp $ + +SHA1 (asciiquarium_1.0.tar.gz) = 727982002f7b03849359019aa1550aa73bdf3c0c +RMD160 (asciiquarium_1.0.tar.gz) = 25253c2fe4b46c21598378668b8bb09680bf5b11 +Size (asciiquarium_1.0.tar.gz) = 13904 bytes |