diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-06-28 21:48:59 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-06-28 21:48:59 +0000 |
commit | 60ee3e9d02f6e650fac9c9818fc4e99a2b2908ff (patch) | |
tree | 8d6ee945d0d1a6cf84e020a9a9014b8680d367eb /games/antipolix | |
parent | 61f946e7e275076aae4e3ca1b700a5224bea3754 (diff) |
Notes
Diffstat (limited to 'games/antipolix')
-rw-r--r-- | games/antipolix/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/games/antipolix/Makefile b/games/antipolix/Makefile index 9a63cdde0b86..28ecaac1484e 100644 --- a/games/antipolix/Makefile +++ b/games/antipolix/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: antipolix -# Date created: 2 December 1998 -# Whom: Andrey Zakhvatov -# +# Created by: Andrey Zakhvatov # $FreeBSD$ -# PORTNAME= antipolix PORTVERSION= 2.1 @@ -17,10 +13,11 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Simple multiplayer game for X Window System NO_WRKSUBDIR= yes -USE_IMAKE= yes +USES= imake USE_XORG= x11 NO_INSTALL_MANPAGES= yes +.include <bsd.port.options.mk> pre-build: @${TOUCH} ${WRKSRC}/client.man ${WRKSRC}/server.man @@ -31,7 +28,7 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/.motd ${PREFIX}/share/examples/antipolix/dot.motd.sample ${INSTALL_DATA} ${WRKSRC}/.players ${PREFIX}/share/examples/antipolix/dot.players.sample ${INSTALL_DATA} ${WRKSRC}/.server_defaults ${PREFIX}/share/examples/antipolix/dot.server_defaults.sample -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${PREFIX}/share/doc/antipolix .for file in ANTIPOLIX_RULES CLIENT_USE COPYRIGHT SERVER_USE ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/antipolix |