# New ports collection makefile for: freesweep # Date created: 25 July 1999 # Whom: Andrey Zakhvatov # # $FreeBSD$ # PORTNAME= freesweep PORTVERSION= 0.90 PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://www.upl.cs.wisc.edu/~hartmann/sweep/ MAINTAINER= ports@FreeBSD.org COMMENT= Minesweeper-style game for text-mode terminals USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-prefsdir=${DATADIR} \ --with-scoresdir=${DATADIR}\ --disable-debug-log USE_GETOPT_LONG= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" ALL_TARGET= # empty MAN6= freesweep.6 post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/CHANGES ${WRKSRC}/README ${DOCSDIR} .endif .include d>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update to 1.0.14romain2016-10-152-4/+4
* Update to 1.0.13romain2016-10-142-4/+4
* Update to 1.0.12.romain2016-08-063-17/+5
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.mat2016-04-011-5/+5
* - replace whitespaces with tabohauer2015-12-301-2/+2
* - prepare for devel/subversion17 removalohauer2015-12-301-2/+2
* Unbreak portshaker-config slave portantoine2015-05-091-0/+1
* Update ports in the p* categories to not use GH_COMMIT.mat2015-05-082-6/+3
* ports-mgmt/portshaker: Support Subversion 1.7 or 1.8 depending on make.confpi2014-12-271-2/+6
* Simplify plistbapt2014-10-311-3/+1
* Allow staging as a regular userantoine2014-09-13