diff options
Diffstat (limited to 'games/sxsame/Makefile')
-rw-r--r-- | games/sxsame/Makefile | 14 |
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} |