summaryrefslogtreecommitdiff
path: root/games/ifm/Makefile
diff options
context:
space:
mode:
authorMatthew Hunt <mph@FreeBSD.org>1998-10-19 17:00:15 +0000
committerMatthew Hunt <mph@FreeBSD.org>1998-10-19 17:00:15 +0000
commita12c0248f4c52cb85248fb19905e45a357c63d08 (patch)
tree1612ba2bb74ce9ba047825dfff7f57bf43266b98 /games/ifm/Makefile
parentupgrade original distribution (1.4) (diff)
Import of Ifm 3.0, a Tk-based tool for generating interactive fiction
maps. PR: 8288 Submitted by: Dave Chapeskie <dchapes@ddm.on.ca>
Notes
Notes: svn path=/head/; revision=14082
Diffstat (limited to 'games/ifm/Makefile')
-rw-r--r--games/ifm/Makefile33
1 files changed, 33 insertions, 0 deletions
diff --git a/games/ifm/Makefile b/games/ifm/Makefile
new file mode 100644
index 000000000000..659fc1341101
--- /dev/null
+++ b/games/ifm/Makefile
@@ -0,0 +1,33 @@
+# New ports collection makefile for: ifm
+# Version required: 3.0
+# Date created: Mon Oct 12 12:32:07 EDT 1998
+# Whom: Dave Chapeskie <dchapes@ddm.on.ca>
+#
+# $Id$
+#
+
+DISTNAME= ifm30
+PKGNAME= ifm-3.0
+CATEGORIES= games
+MASTER_SITES= ftp://ftp.gmd.de/if-archive/mapping-tools/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= dchapes@ddm.on.ca
+
+RUN_DEPENDS= wish8.0:${PORTSDIR}/x11-toolkits/tk80
+
+WRKSRC= ${WRKDIR}/${PKGNAME}
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
+
+MAN1= ifm.1 tkifm.1
+#INSTALL_TARGET= install install-tkifm
+
+post-install:
+ ${INSTALL_MAN} ${WRKSRC}/doc/ifm.1 ${WRKSRC}/tkifm/tkifm.1 \
+ ${PREFIX}/man/man1
+ install-info ${PREFIX}/info/ifm.info ${PREFIX}/info/dir
+ install-info ${PREFIX}/info/scr2ifm.info ${PREFIX}/info/dir
+ install-info ${PREFIX}/info/tkifm.info ${PREFIX}/info/dir
+
+.include <bsd.port.mk>