diff options
author | markp <markp@FreeBSD.org> | 2001-12-23 20:31:23 +0800 |
---|---|---|
committer | markp <markp@FreeBSD.org> | 2001-12-23 20:31:23 +0800 |
commit | 5756d2aa64231e367dbf6a2d2b41ddba65c7a3f2 (patch) | |
tree | 846360dc3566c9b3817d97b190e2c04c38ced6ea /games/editss | |
parent | 0383a56a7a974b39e16d5343724d35a709d43056 (diff) | |
download | freebsd-ports-gnome-5756d2aa64231e367dbf6a2d2b41ddba65c7a3f2.tar.gz freebsd-ports-gnome-5756d2aa64231e367dbf6a2d2b41ddba65c7a3f2.tar.zst freebsd-ports-gnome-5756d2aa64231e367dbf6a2d2b41ddba65c7a3f2.zip |
Add editss 2.2, an editor for XPilot shipshapes.
PR: 31965
Submitted by: Jean-Yves Lefort <jylefort@brutele.be>
Diffstat (limited to 'games/editss')
-rw-r--r-- | games/editss/Makefile | 31 | ||||
-rw-r--r-- | games/editss/distinfo | 1 | ||||
-rw-r--r-- | games/editss/pkg-comment | 1 | ||||
-rw-r--r-- | games/editss/pkg-descr | 4 | ||||
-rw-r--r-- | games/editss/pkg-message | 9 | ||||
-rw-r--r-- | games/editss/pkg-plist | 3 |
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 |