summaryrefslogtreecommitdiff
path: root/games/adom/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/adom/Makefile')
-rw-r--r--games/adom/Makefile32
1 files changed, 32 insertions, 0 deletions
diff --git a/games/adom/Makefile b/games/adom/Makefile
new file mode 100644
index 00000000000..ce7cd15a57b
--- /dev/null
+++ b/games/adom/Makefile
@@ -0,0 +1,32 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/06/16 21:26:21 wiz Exp $
+#
+
+DISTNAME= adom-100-elf
+PKGNAME= adom-1.00
+CATEGORIES= games
+MASTER_SITES= http://www.adom.de/adom/download/linux/
+
+MAINTAINER= svs@ropnet.ru
+HOMEPAGE= http://www.adom.de/
+COMMENT= Ancient Domains of Mystery - yet another roguelike game
+
+ONLY_FOR_PLATFORM= NetBSD-*-i386 Linux-*-i386
+
+WRKSRC= ${WRKDIR}/adom
+NO_BUILD= YES
+NO_PATCH= YES
+NO_CONFIGURE= YES
+CHECK_SHLIBS= NO
+
+.include "../../mk/bsd.prefs.mk"
+
+.if ${OPSYS} == "NetBSD"
+DEPENDS= suse_base>=6.1:../../emulators/${SUSE_DIR_PREFIX}_base
+.endif
+
+do-install:
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/adom
+ ${INSTALL_DATA} ${WRKSRC}/*.* ${PREFIX}/share/doc/adom
+ ${INSTALL_PROGRAM} ${WRKSRC}/adom ${PREFIX}/bin
+
+.include "../../emulators/suse_linux/Makefile.application"