From 198bb5d342a1a5bf0b95a8b132d3ceb4ba8ba5e7 Mon Sep 17 00:00:00 2001 From: Mark Pulford Date: Sun, 23 Dec 2001 12:31:23 +0000 Subject: Add editss 2.2, an editor for XPilot shipshapes. PR: 31965 Submitted by: Jean-Yves Lefort --- games/editss/Makefile | 31 +++++++++++++++++++++++++++++++ games/editss/distinfo | 1 + games/editss/pkg-comment | 1 + games/editss/pkg-descr | 4 ++++ games/editss/pkg-message | 9 +++++++++ games/editss/pkg-plist | 3 +++ 6 files changed, 49 insertions(+) create mode 100644 games/editss/Makefile create mode 100644 games/editss/distinfo create mode 100644 games/editss/pkg-comment create mode 100644 games/editss/pkg-descr create mode 100644 games/editss/pkg-message create mode 100644 games/editss/pkg-plist (limited to 'games/editss') 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 +# +# $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 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 -- cgit v1.2.3