diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2013-06-18 11:46:51 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2013-06-18 11:46:51 +0000 |
commit | 3037cb61c7f1ac5ae9a15cee2365daa2d4036028 (patch) | |
tree | e391a5b5894d27043bb95bd6680b03174979f810 /games/xtron | |
parent | 28eb882aa04c420b3fe972dd8748b80c90c5cd82 (diff) | |
download | ports-3037cb61c7f1ac5ae9a15cee2365daa2d4036028.tar.gz ports-3037cb61c7f1ac5ae9a15cee2365daa2d4036028.zip |
Notes
Diffstat (limited to 'games/xtron')
-rw-r--r-- | games/xtron/Makefile | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/games/xtron/Makefile b/games/xtron/Makefile index 52bc0266297e..4ea8fcaf4697 100644 --- a/games/xtron/Makefile +++ b/games/xtron/Makefile @@ -1,16 +1,11 @@ -# New ports collection makefile for: xtron -# Date created: 29 March 1998 -# Whom: Andrey Zakhvatov -# +# Created by: Andrey Zakhvatov # $FreeBSD$ -# PORTNAME= xtron PORTVERSION= 1.1a PORTREVISION= 3 CATEGORIES= games -MASTER_SITES= ${MASTER_SITE_SUNSITE} -MASTER_SITE_SUBDIR= games/arcade +MASTER_SITES= SUNSITE/games/arcade EXTRACT_SUFX= .tgz MAINTAINER= amdmi3@FreeBSD.org @@ -26,6 +21,8 @@ DESKTOP_ENTRIES="xtron" \ "Game;ArcadeGame;" \ false +.include <bsd.port.options.mk> + post-patch: @${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/xtronrc @@ -34,7 +31,7 @@ do-install: ${MKDIR} ${DATADIR} ${INSTALL_DATA} ${WRKSRC}/pixmaps/* ${DATADIR}/ ${INSTALL_DATA} ${WRKSRC}/xtronrc ${PREFIX}/lib/X11/app-defaults/Tron -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/CHANGES ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} |