# New ports collection makefile for: fmars # Date created: 16 Jul 2005 # Whom: Alejandro Pulver # # $FreeBSD$ # PORTNAME= fmars PORTVERSION= 0.0.207 PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://www.v-lo.krakow.pl/~michal/ MAINTAINER= alepulver@FreeBSD.org COMMENT= Fast Memory Array Redcode Simulator BUILD_DEPENDS= guile:${PORTSDIR}/lang/guile USE_BZIP2= yes USE_GMAKE= yes ALL_TARGET= x${PORTNAME} OPTIONS= OPTIMIZED_CFLAGS "Enable compilation optimizations" on .include post-patch: # Fix Makefile. @${REINPLACE_CMD} -e 's|\($$(OPT)\)|${CFLAGS} \1| ; \ s|gcc|${CC}|g' \ ${WRKSRC}/${MAKEFILE} # Enable/disable compilation optimizations. .if defined(WITHOUT_OPTIMIZED_CFLAGS) @${REINPLACE_CMD} -e 's|$$(OPT)||' ${WRKSRC}/${MAKEFILE} .endif do-install: # Program. ${INSTALL_PROGRAM} ${WRKSRC}/x${PORTNAME} ${PREFIX}/bin/${PORTNAME} # Data. ${MKDIR} ${DATADIR} .for d in rc rc-test ${CP} -R ${WRKSRC}/${d} ${DATADIR} .endfor # Documentation (optional). .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif post-install: # Fix permissions. @${CHOWN} -R ${BINOWN}:${BINGRP} ${DATADIR} @${FIND} ${DATADIR} -type f -print0 | \ ${XARGS} -0 ${CHMOD} 644 @${FIND} ${DATADIR} -type d -print0 | \ ${XARGS} -0 ${CHMOD} 755 .include nchange='this.form.submit();'> FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update to 0.4.16mm2012-01-251-2/+2
* Update to 0.4.14mm2011-05-031-3/+2
* - Update to 0.4.11mm2010-10-191-3/+3
* - Update to 0.4.10mm2010-10-101-3/+3
* - Update to 0.4.9mm2010-09-191-3/+3
* - Update to 0.4.8mm2010-08-311-3/+3
* - Update to 0.4.6mm2010-07-151-3/+3
* - Update to 0.4.5mm2010-06-101-3/+3
* - Update to 0.4.4mm2010-03-301-3/+3