freebsd-ports/games/freesweep/Makefile
Emanuel Haupt 95ad57d3cc - Update to 0.92
- Update MASTER_SITES and WWW: line
- Add LICENSE
- Add MAKE_JOBS_SAFE
- Use PLIST_FILES

PR:		159446
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2011-08-08 13:50:45 +00:00

40 lines
824 B
Makefile

# New ports collection makefile for: freesweep
# Date created: 25 July 1999
# Whom: Andrey Zakhvatov
#
# $FreeBSD$
#
PORTNAME= freesweep
PORTVERSION= 0.92
CATEGORIES= games
MASTER_SITES= GOOGLE_CODE
MAINTAINER= ports@FreeBSD.org
COMMENT= Minesweeper-style game for text-mode terminals
LICENSE= GPLv2 GPLv3
LICENSE_COMB= dual
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-prefsdir=${DATADIR} \
--with-scoresdir=${DATADIR} \
--disable-debug-log
ALL_TARGET= ${PORTNAME}
MAKE_JOBS_SAFE= yes
MAN6= freesweep.6
PORTDOCS= CHANGES README
PLIST_FILES= bin/freesweep %%DATADIR%%/sweeprc %%DATADIR%%/sweeptimes
PLIST_DIRS= %%DATADIR%%
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for file in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>