diff options
Diffstat (limited to 'games/editss/Makefile')
-rw-r--r-- | games/editss/Makefile | 31 |
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> |