diff options
author | obache <obache@pkgsrc.org> | 2011-02-26 08:18:13 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-02-26 08:18:13 +0000 |
commit | 62de57304bd22d2ad8f0a0943b92b1849d10d641 (patch) | |
tree | 88713552aace5a80236ef450dc88463309bbaa0a /games/lnl | |
parent | 44c70f2e2c7cae862fa9f9c7a483b54e1a224c2c (diff) | |
download | pkgsrc-62de57304bd22d2ad8f0a0943b92b1849d10d641.tar.gz |
Import lnl-3.4.19 as games/lnl.
Based on PR#44554 by ISHIHARA TAkanori, with some clean up.
Labyrinths & Legends is Rogue like RPG of the system such as
Rogue, Moria, NetHack and "Torneko's Great Adventure".
The "Put a party together." thing that it couldn't be done with
Rogue like is made.
Diffstat (limited to 'games/lnl')
-rw-r--r-- | games/lnl/DESCR | 4 | ||||
-rw-r--r-- | games/lnl/Makefile | 20 | ||||
-rw-r--r-- | games/lnl/PLIST | 4 | ||||
-rw-r--r-- | games/lnl/distinfo | 5 |
4 files changed, 33 insertions, 0 deletions
diff --git a/games/lnl/DESCR b/games/lnl/DESCR new file mode 100644 index 00000000000..784c7e13b94 --- /dev/null +++ b/games/lnl/DESCR @@ -0,0 +1,4 @@ +Labyrinths & Legends is Rogue like RPG of the system such as +Rogue, Moria, NetHack and "Torneko's Great Adventure". +The "Put a party together." thing that it couldn't be done with +Rogue like is made. diff --git a/games/lnl/Makefile b/games/lnl/Makefile new file mode 100644 index 00000000000..9b93d6b0ab4 --- /dev/null +++ b/games/lnl/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/02/26 08:18:13 obache Exp $ + +DISTNAME= lnl-3.4.19 +CATEGORIES= games +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP:=lnl/50524/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://lnl.sourceforge.jp/ +COMMENT= L&L - Labyrinths & Legends - Fantasy RPG +LICENSE= gnu-gpl-v2 + +PKG_DESTDIR_SUPPORT= user-destdir + +GNU_CONFIGURE= yes +USE_LANGUAGES= c c++ + +# not used +CHECK_PORTABILITY_SKIP= sh/* + +.include "../../mk/bsd.pkg.mk" diff --git a/games/lnl/PLIST b/games/lnl/PLIST new file mode 100644 index 00000000000..969f54508a4 --- /dev/null +++ b/games/lnl/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2011/02/26 08:18:13 obache Exp $ +bin/lnl +man/man6/lnl-faq.6 +man/man6/lnl.6 diff --git a/games/lnl/distinfo b/games/lnl/distinfo new file mode 100644 index 00000000000..39f0cf0888f --- /dev/null +++ b/games/lnl/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2011/02/26 08:18:13 obache Exp $ + +SHA1 (lnl-3.4.19.tar.gz) = d6c76c6a57f178db24d7d93ed6458f143defb808 +RMD160 (lnl-3.4.19.tar.gz) = 4e86918c8dad83d261423f97eadb15b6d5cf2061 +Size (lnl-3.4.19.tar.gz) = 1083451 bytes |