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/xkoules | |
parent | 61f946e7e275076aae4e3ca1b700a5224bea3754 (diff) |
Convert to USES=imake
While here:
Trim headers
Remove indefinite articles
Mark as broken ports not building with gcc or clang
Convert to optionsng
Notes
Notes:
svn path=/head/; revision=321991
Diffstat (limited to 'games/xkoules')
-rw-r--r-- | games/xkoules/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/games/xkoules/Makefile b/games/xkoules/Makefile index 6d1415ea8c2a..02114fd988f6 100644 --- a/games/xkoules/Makefile +++ b/games/xkoules/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xkoules -# Date created: 11 March 1998 -# Whom: Andrey Zakhvatov -# +# Created by: Andrey Zakhvatov # $FreeBSD$ -# PORTNAME= xkoules PORTVERSION= 1.4 @@ -17,16 +13,18 @@ EXTRACT_SUFX= -src.tar.gz MAINTAINER= ports@FreeBSD.org COMMENT= Fast action arcade-style game for X Window -USE_IMAKE= yes +USES= imake USE_XORG= x11 xext MAN6= xkoules.6 MAKE_JOBS_UNSAFE= yes +.include <bsd.port.options.mk> + post-extract: @${CP} ${WRKSRC}/xkoules.6 ${WRKSRC}/xkoules.man post-install: -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} .for file in ANNOUNCE BUGS Card ChangeLog Koules.FAQ TODO @${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} |