2971a93e52
strings so I fixed them: quakeforge, netrek-BRMH, netrek-COW3, tetrinet-x and xnibbles.
36 lines
873 B
Makefile
36 lines
873 B
Makefile
# New ports collection makefile for: xtron
|
|
# Date created: 29 March 1998
|
|
# Whom: Andrey Zakhvatov
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xtron
|
|
PORTVERSION= 1.1a
|
|
CATEGORIES= games
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
|
MASTER_SITE_SUBDIR= games/arcade
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
post-patch:
|
|
@${PERL} -pi -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/xtronrc
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/xtron ${PREFIX}/bin
|
|
@${MKDIR} ${PREFIX}/share/xtron
|
|
${INSTALL_DATA} ${WRKSRC}/pixmaps/* ${PREFIX}/share/xtron
|
|
${INSTALL_DATA} ${WRKSRC}/xtronrc ${PREFIX}/lib/X11/app-defaults/Tron
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${PREFIX}/share/doc/xtron
|
|
${INSTALL_DATA} ${WRKSRC}/CHANGES ${PREFIX}/share/doc/xtron
|
|
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xtron
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|