summaryrefslogtreecommitdiff
path: root/games/lnl/Makefile
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2011-02-26 08:18:13 +0000
committerobache <obache@pkgsrc.org>2011-02-26 08:18:13 +0000
commit62de57304bd22d2ad8f0a0943b92b1849d10d641 (patch)
tree88713552aace5a80236ef450dc88463309bbaa0a /games/lnl/Makefile
parent44c70f2e2c7cae862fa9f9c7a483b54e1a224c2c (diff)
downloadpkgsrc-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/Makefile')
-rw-r--r--games/lnl/Makefile20
1 files changed, 20 insertions, 0 deletions
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"