# New ports collection makefile for: block # Date created: 10 May 1997 # Whom: Andrey Zakhvatov # # $FreeBSD$ # PORTNAME= block PORTVERSION= 0.6 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= games/strategy EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Small text based maze game WRKSRC= ${WRKDIR}/blocks MAKEFILE= makefile ALL_TARGET= block bed MAN6= block.6 bed.6 post-extract: @${RM} -f ${WRKSRC}/block @${RM} -f ${WRKSRC}/bed do-install: ${INSTALL_PROGRAM} ${WRKSRC}/block ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/bed ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/block.6 ${PREFIX}/man/man6 ${INSTALL_MAN} ${WRKSRC}/bed.6 ${PREFIX}/man/man6 @${MKDIR} ${PREFIX}/share/block .for file in 1 2 3 4 5 6 ${INSTALL_DATA} ${WRKSRC}/${file}.block ${PREFIX}/share/block/${file}.block .endfor .include t'>
aboutsummaryrefslogtreecommitdiffstats
path: root/java/eclipse-drjava
Commit message (Expand)AuthorAgeFilesLines
* Convert tab after WWW: in pkg-descrs to single space as per PHBamdmi32016-05-241-1/+1
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*amdmi32016-05-191-1/+1
* Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.mat2016-04-011-1/+1
* Cleanup plistantoine2014-11-141-3/+0
* Update the default version of GCC in the Ports Collection from GCC 4.7.4gerald2014-09-111-1/+1
* Convert j* to USES=zipbapt2014-03-101-1/+1
* - Stage supportantoine2014-02-161-6/+3
* Fix properties on pkg-plistbapt2014-01-221-1/+0
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-21