1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/games/editss/Makefile
Jean-Yves Lefort 7b6541a57b - Fix MASTER_SITES [1]
- Replace pkg-message instructions by a wrapper script
- Cleanups

[1]:
PR:		ports/97647
Submitted by:	Martin Wilke <freebsd@unixfreunde.de>
2006-05-23 11:29:43 +00:00

36 lines
830 B
Makefile

# New ports collection makefile for: editss
# Date created: 14 November 2001
# Whom: Jean-Yves Lefort <jylefort@brutele.be>
#
# $FreeBSD$
#
PORTNAME= editss
PORTVERSION= 2.2
PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= jylefort
MAINTAINER= jylefort@FreeBSD.org
COMMENT= An editor for XPilot shipshapes
USE_IMAKE= yes
ALL_TARGET= editss
MAN6= editss.6
NO_INSTALL_MANPAGES= yes
SUB_FILES= editss
post-patch:
@${REINPLACE_CMD} -e 's|xxpms/ships2|.xpilot-shipshapes|' \
${WRKSRC}/editssrc
do-install:
${INSTALL_SCRIPT} ${WRKDIR}/editss ${PREFIX}/bin/editss
${INSTALL_PROGRAM} ${WRKSRC}/editss ${PREFIX}/libexec
${MKDIR} ${DATADIR}
${INSTALL_DATA} ${WRKSRC}/editssrc ${WRKSRC}/ships ${DATADIR}
${INSTALL_MAN} ${WRKSRC}/editss.6 ${MANPREFIX}/man/man6
.include <bsd.port.mk>