Add editss 2.2, an editor for XPilot shipshapes.
PR: 31965 Submitted by: Jean-Yves Lefort <jylefort@brutele.be>
This commit is contained in:
parent
521d953925
commit
198bb5d342
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=52049
7 changed files with 50 additions and 0 deletions
|
@ -69,6 +69,7 @@
|
|||
SUBDIR += drm
|
||||
SUBDIR += dungeon
|
||||
SUBDIR += eboard
|
||||
SUBDIR += editss
|
||||
SUBDIR += empire
|
||||
SUBDIR += falconseye
|
||||
SUBDIR += farblazer
|
||||
|
|
31
games/editss/Makefile
Normal file
31
games/editss/Makefile
Normal file
|
@ -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>
|
1
games/editss/distinfo
Normal file
1
games/editss/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (editss-2.2.tar.gz) = 3756ad18f1025dde1706660562f94d02
|
1
games/editss/pkg-comment
Normal file
1
games/editss/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
An editor for XPilot shipshapes
|
4
games/editss/pkg-descr
Normal file
4
games/editss/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
Editss is an utility for designing XPilot shipshapes.
|
||||
|
||||
- Jean-Yves Lefort
|
||||
jylefort@brutele.be
|
9
games/editss/pkg-message
Normal file
9
games/editss/pkg-message
Normal file
|
@ -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
|
||||
-------------------------------------------------------------------------------
|
3
games/editss/pkg-plist
Normal file
3
games/editss/pkg-plist
Normal file
|
@ -0,0 +1,3 @@
|
|||
bin/editss
|
||||
share/editss/editssrc
|
||||
@dirrm share/editss
|
Loading…
Reference in a new issue