2013-09-20 17:36:33 +00:00
|
|
|
# Created by: Andrey Zakhvatov
|
1999-08-25 06:06:33 +00:00
|
|
|
# $FreeBSD$
|
1999-08-01 03:16:24 +00:00
|
|
|
|
2000-04-14 06:43:02 +00:00
|
|
|
PORTNAME= freesweep
|
2011-08-08 13:50:45 +00:00
|
|
|
PORTVERSION= 0.92
|
1999-08-01 03:16:24 +00:00
|
|
|
CATEGORIES= games
|
2011-08-08 13:50:45 +00:00
|
|
|
MASTER_SITES= GOOGLE_CODE
|
1999-08-01 03:16:24 +00:00
|
|
|
|
2004-05-16 23:45:05 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 17:32:26 +00:00
|
|
|
COMMENT= Minesweeper-style game for text-mode terminals
|
1999-08-01 03:16:24 +00:00
|
|
|
|
2011-08-08 13:50:45 +00:00
|
|
|
LICENSE= GPLv2 GPLv3
|
|
|
|
LICENSE_COMB= dual
|
2011-08-02 17:04:00 +00:00
|
|
|
|
1999-08-01 03:16:24 +00:00
|
|
|
USE_GMAKE= yes
|
2000-04-02 01:00:24 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2003-11-12 09:33:41 +00:00
|
|
|
CONFIGURE_ARGS= --with-prefsdir=${DATADIR} \
|
2011-08-08 13:50:45 +00:00
|
|
|
--with-scoresdir=${DATADIR} \
|
2000-04-02 01:00:24 +00:00
|
|
|
--disable-debug-log
|
2011-08-08 13:50:45 +00:00
|
|
|
ALL_TARGET= ${PORTNAME}
|
1999-08-01 03:16:24 +00:00
|
|
|
|
|
|
|
MAN6= freesweep.6
|
2011-08-08 13:50:45 +00:00
|
|
|
PORTDOCS= CHANGES README
|
|
|
|
PLIST_FILES= bin/freesweep %%DATADIR%%/sweeprc %%DATADIR%%/sweeptimes
|
|
|
|
PLIST_DIRS= %%DATADIR%%
|
1999-08-01 03:16:24 +00:00
|
|
|
|
2013-09-20 17:36:33 +00:00
|
|
|
NO_STAGE= yes
|
2003-11-12 09:33:41 +00:00
|
|
|
post-install:
|
1999-08-01 03:16:24 +00:00
|
|
|
.if !defined(NOPORTDOCS)
|
2003-11-12 09:33:41 +00:00
|
|
|
@${MKDIR} ${DOCSDIR}
|
2011-08-08 13:50:45 +00:00
|
|
|
.for file in ${PORTDOCS}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
|
|
|
|
.endfor
|
1999-08-01 03:16:24 +00:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|