# New ports collection makefile for: sid meier's alpha centauri # Date created: 29 October 2000 # Whom: will # # $FreeBSD$ # PORTNAME= smacx PORTVERSION= 1.0 CATEGORIES= games linux MASTER_SITES= ftp://download.linuxlords.com/pub/demos/smac/ \ ftp://ftp.linux.tucows.com/pub/Loki/demos/smac/ \ ftp://ftp.linuxgames.com/loki/demos/smac/ DISTNAME= ${PORTNAME}-demo-x86 EXTRACT_SUFX= .run MAINTAINER= ports@FreeBSD.org NO_WRKSUBDIR= yes NO_BUILD= yes LINESKIP= 170 EXTRACT_CMD= tail EXTRACT_BEFORE_ARGS= +${LINESKIP} EXTRACT_AFTER_ARGS= | ${TAR} -xzf - STRIP= do-install: ${MKDIR} ${PREFIX}/games/smacx .for SUBDIR in fonts facs fx projs techs ${MKDIR} ${PREFIX}/games/smacx/data/${SUBDIR} ${INSTALL_DATA} ${WRKSRC}/data/${SUBDIR}/* ${PREFIX}/games/smacx/data/${SUBDIR} .endfor cd ${WRKSRC} && find data -maxdepth 1 -type f > datafiles cd ${WRKSRC} && ${INSTALL_DATA} `cat datafiles` ${PREFIX}/games/smacx/data/ .for FILE in QuickStart.txt README icon.xpm ${INSTALL_DATA} ${WRKSRC}/${FILE} ${PREFIX}/games/smacx .endfor ${INSTALL_PROGRAM} ${WRKSRC}/smacx_demo ${PREFIX}/games/smacx/smacx brandelf -t Linux ${PREFIX}/games/smacx/smacx ${LN} -sf ${PREFIX}/games/smacx/smacx ${PREFIX}/bin/smacx .include ='form'>
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/net/arpd
Commit message (Expand)AuthorAgeFilesLines
* Update maintainer's addressvs2005-03-211-1/+1
* Unbreak: now compiles with latest libevent portpetef2005-01-241-2/+0
* BROKEN by libevent update: Does not linkkris2005-01-021-0/+2
* Fix build with gcc-3.4krion2004-09-021-0/+42
* Add size data, approved by maintainers.trevor2004-03-191-0/+1
* Use PLIST_FILES (bento-tested, marcus-reviewed).trevor2004-02-062-2/+2
* - Update to version 0.2krion2003-09-263-19/+4
* De-pkg-comment.knu2003-02-212-1/+1
* New port: net/arpdedwin2002-11-24