aboutsummaryrefslogtreecommitdiff
path: root/games/sxsame
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/sxsame
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/sxsame')
-rw-r--r--games/sxsame/Makefile14
1 files changed, 6 insertions, 8 deletions
diff --git a/games/sxsame/Makefile b/games/sxsame/Makefile
index 96a1e4dc20d9..b5e87304e14b 100644
--- a/games/sxsame/Makefile
+++ b/games/sxsame/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: sxsame
-# Date created: 11 December 1999
-# Whom: Yuichi Narahara
-#
+# Created by: Yuichi Narahara
# $FreeBSD$
-#
PORTNAME= sxsame
PORTVERSION= 3.02
@@ -19,9 +15,9 @@ MASTER_SITES= http://hanzubon.jp/mirrors/Vine/%SUBDIR%/ \
MASTER_SITE_SUBDIR= VinePlus/1.1/JG-0.9.1/sources
MAINTAINER= ports@FreeBSD.org
-COMMENT= A tile-removing puzzle game for the X Window system
+COMMENT= Tile-removing puzzle game for the X Window system
-USE_IMAKE= yes
+USES= imake
USE_XORG= xpm
INSTALL_TARGET= install install.dir
BINOWN= root
@@ -29,8 +25,10 @@ BINGRP= games
BINMODE= 2755
MAKE_ENV+= BINOWN=${BINOWN} BINGRP=${BINGRP} BINMODE=${BINMODE}
+.include <bsd.port.options.mk>
+
post-install:
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${DOCSDIR}
.for i in INSTALL.jp README.jp
${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}