summaryrefslogtreecommitdiff
path: root/games/editss
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
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')
-rw-r--r--games/editss/Makefile31
-rw-r--r--games/editss/distinfo1
-rw-r--r--games/editss/pkg-comment1
-rw-r--r--games/editss/pkg-descr4
-rw-r--r--games/editss/pkg-message9
-rw-r--r--games/editss/pkg-plist3
6 files changed, 49 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>
diff --git a/games/editss/distinfo b/games/editss/distinfo
new file mode 100644
index 000000000000..a14be9d220ef
--- /dev/null
+++ b/games/editss/distinfo
@@ -0,0 +1 @@
+MD5 (editss-2.2.tar.gz) = 3756ad18f1025dde1706660562f94d02
diff --git a/games/editss/pkg-comment b/games/editss/pkg-comment
new file mode 100644
index 000000000000..889ff53f1ac6
--- /dev/null
+++ b/games/editss/pkg-comment
@@ -0,0 +1 @@
+An editor for XPilot shipshapes
diff --git a/games/editss/pkg-descr b/games/editss/pkg-descr
new file mode 100644
index 000000000000..822b194efecc
--- /dev/null
+++ b/games/editss/pkg-descr
@@ -0,0 +1,4 @@
+Editss is an utility for designing XPilot shipshapes.
+
+- Jean-Yves Lefort
+jylefort@brutele.be
diff --git a/games/editss/pkg-message b/games/editss/pkg-message
new file mode 100644
index 000000000000..ab67fd274266
--- /dev/null
+++ b/games/editss/pkg-message
@@ -0,0 +1,9 @@
+-------------------------------------------------------------------------------
+WARNING: editss will dump a core if it is not able to find a shipshapes file.
+
+You should copy the editss rc file from /usr/X11R6/share/editss/editssrc
+to $HOME/.editssrc and change the shiplib keyword in that file to make
+it point to your shipshapes file.
+
+A nice shipshapes file can be found at ftp://ftp.xpilot.org/pub/shipshapes
+-------------------------------------------------------------------------------
diff --git a/games/editss/pkg-plist b/games/editss/pkg-plist
new file mode 100644
index 000000000000..fd977aee4362
--- /dev/null
+++ b/games/editss/pkg-plist
@@ -0,0 +1,3 @@
+bin/editss
+share/editss/editssrc
+@dirrm share/editss