summaryrefslogtreecommitdiff
path: root/games/editss/Makefile
diff options
context:
space:
mode:
authorMark Pulford <markp@FreeBSD.org>2001-12-23 12:31:23 +0000
committerMark Pulford <markp@FreeBSD.org>2001-12-23 12:31:23 +0000
commit198bb5d342a1a5bf0b95a8b132d3ceb4ba8ba5e7 (patch)
tree4d88967a7a725089f38c9a69e58de3565697103d /games/editss/Makefile
parentSpecify version numbers as symbols for pkg-plist. (diff)
Add editss 2.2, an editor for XPilot shipshapes.
PR: 31965 Submitted by: Jean-Yves Lefort <jylefort@brutele.be>
Notes
Notes: svn path=/head/; revision=52049
Diffstat (limited to 'games/editss/Makefile')
-rw-r--r--games/editss/Makefile31
1 files changed, 31 insertions, 0 deletions
diff --git a/games/editss/Makefile b/games/editss/Makefile
new file mode 100644
index 000000000000..5b84cc5d6f94
--- /dev/null
+++ b/games/editss/Makefile
@@ -0,0 +1,31 @@
+# New ports collection makefile for: editss
+# Date created: 14 November 2001
+# Whom: Jean-Yves Lefort <jylefort@brutele.be>
+#
+# $FreeBSD$
+#
+
+PORTNAME= editss
+PORTVERSION= 2.2
+CATEGORIES= games
+MASTER_SITES= ftp://ftp.xpilot.org/pub/contrib/
+
+MAINTAINER= jylefort@brutele.be
+
+USE_IMAKE= yes
+ALL_TARGET= editss
+MAN6= editss.6
+NO_INSTALL_MANPAGES= yes
+XFREE86_HTML_MAN= no
+MAN_COMPRESSED= yes
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/editss ${PREFIX}/bin
+ ${MKDIR} ${PREFIX}/share/editss
+ ${INSTALL_DATA} ${WRKSRC}/editssrc ${PREFIX}/share/editss
+ ${INSTALL_MAN} ${WRKSRC}/editss.6 ${MANPREFIX}/man/man6
+
+post-install:
+ @${CAT} ${PKGMESSAGE}
+
+.include <bsd.port.mk>