summaryrefslogtreecommitdiff
path: root/games/adom/Makefile
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>1999-08-01 03:30:45 +0000
committerChris Piazza <cpiazza@FreeBSD.org>1999-08-01 03:30:45 +0000
commit1f77ca8e4932be8ad1ce2a6f09c2a9d8edc515ff (patch)
tree2b3a1f42ac33ebe3f0a3d12a696698cbff7edde5 /games/adom/Makefile
parentAdd windowmaker as a secondary category. (diff)
Initial import of ``adom'' the Ancient Domains of Mystery.
It is a rouge-like game with colour support. PR: 12747 Submitted by: Oleg V. Volkov <rover@lglobus.ru>
Notes
Notes: svn path=/head/; revision=20450
Diffstat (limited to 'games/adom/Makefile')
-rw-r--r--games/adom/Makefile40
1 files changed, 40 insertions, 0 deletions
diff --git a/games/adom/Makefile b/games/adom/Makefile
new file mode 100644
index 000000000000..91abc5dd87e3
--- /dev/null
+++ b/games/adom/Makefile
@@ -0,0 +1,40 @@
+# New ports collection makefile for: adom
+# Version required: 0.99g14
+# Date created: 22 July 1999
+# Whom: Oleg V. Volkov <rover@lglobus.ru>
+#
+# $Id$
+#
+
+DISTNAME= adom-099g14-elf
+PKGNAME= adom-0.99.g14
+CATEGORIES= games
+MASTER_SITES= http://www.adom.de/adom/
+
+MAINTAINER= rover@lglobus.ru
+
+RUN_DEPENDS= /compat/linux/lib/ld-linux.so.2:${PORTSDIR}/emulators/linux_base
+
+WRKSRC= ${WRKDIR}/adom
+
+ONLY_FOR_ARCHS= i386
+NO_PACKAGE= Only unmodified original package can be distributed
+
+NO_WRKSUBDIR= yes
+STRIP= # empty: do not touch linux binary!
+
+do-patch:
+do-configure:
+do-build:
+do-install:
+ cd ${WRKSRC} && \
+ ${INSTALL_PROGRAM} adom ${PREFIX}/bin
+.if !defined(NOPORTDOCS)
+ ${INSTALL} -d -m 755 -o ${SHAREOWN} -g ${SHAREGRP} \
+ ${PREFIX}/share/doc/adom
+ cd ${WRKSRC} && \
+ ${INSTALL_MAN} readme.1st adomfaq.txt manual.doc \
+ ${PREFIX}/share/doc/adom
+.endif
+
+.include <bsd.port.mk>