33e3d901d4
modular xorg. - supply corresponding USE_XORG for all imake-using ports that need it - USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG - retire USE_X_PREFIX which is not really used anywhere after the above change - a few minor nits like whitespace and SF macro Tested by: 2 tinderbox runs by pav Approved by: portmgr (pav)
37 lines
852 B
Makefile
37 lines
852 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= 3
|
|
CATEGORIES= games
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= jylefort
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= An editor for XPilot shipshapes
|
|
|
|
USE_IMAKE= yes
|
|
USE_XORG= x11 xaw xmu xt
|
|
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>
|