aboutsummaryrefslogtreecommitdiff
path: root/games/xvier
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-06-28 21:48:59 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-06-28 21:48:59 +0000
commit60ee3e9d02f6e650fac9c9818fc4e99a2b2908ff (patch)
tree8d6ee945d0d1a6cf84e020a9a9014b8680d367eb /games/xvier
parent61f946e7e275076aae4e3ca1b700a5224bea3754 (diff)
downloadports-60ee3e9d02f6e650fac9c9818fc4e99a2b2908ff.tar.gz
ports-60ee3e9d02f6e650fac9c9818fc4e99a2b2908ff.zip
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/xvier')
-rw-r--r--games/xvier/Makefile12
1 files changed, 5 insertions, 7 deletions
diff --git a/games/xvier/Makefile b/games/xvier/Makefile
index 1da034ba77e2..981c5873c1b9 100644
--- a/games/xvier/Makefile
+++ b/games/xvier/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: xvier
-# Date created: 17 March 1998
-# Whom: Andrey Zakhvatov
-#
+# Created by: Andrey Zakhvatov
# $FreeBSD$
-#
PORTNAME= xvier
PORTVERSION= 1.0
@@ -18,12 +14,14 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Throw stones into free columns
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-USE_IMAKE= yes
+USES= imake
USE_XORG= x11 xext
MAN6= xvier.6
+.include <bsd.port.options.mk>
+
post-install:
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${DOCSDIR}
@${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif