aboutsummaryrefslogtreecommitdiff
path: root/games/xoids
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/xoids
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/xoids')
-rw-r--r--games/xoids/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/games/xoids/Makefile b/games/xoids/Makefile
index e4ae70222067..723b2d6dae22 100644
--- a/games/xoids/Makefile
+++ b/games/xoids/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: xoids
-# Date created: 16 March 1998
-# Whom: Andrey Zakhvatov
-#
+# Created by: Andrey Zakhvatov
# $FreeBSD$
-#
PORTNAME= xoids
PORTVERSION= 1.5
@@ -15,7 +11,7 @@ MASTER_SITE_SUBDIR= games
MAINTAINER= ports@FreeBSD.org
COMMENT= X Window Asteroids style game with full color pixmaps
-USE_IMAKE= yes
+USES= imake
USE_XORG= xpm
MAN6= xoids.6
@@ -23,7 +19,7 @@ post-extract:
@${CP} ${WRKSRC}/xoids.1x ${WRKSRC}/xoids.man
post-install:
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${DOCSDIR}
@${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif