diff options
Diffstat (limited to '')
-rw-r--r-- | games/flightgear-data/Makefile | 47 | ||||
-rw-r--r-- | games/flightgear-data/distinfo | 3 | ||||
-rw-r--r-- | games/flightgear-data/pkg-descr | 17 |
3 files changed, 0 insertions, 67 deletions
diff --git a/games/flightgear-data/Makefile b/games/flightgear-data/Makefile deleted file mode 100644 index 088bb5269551..000000000000 --- a/games/flightgear-data/Makefile +++ /dev/null @@ -1,47 +0,0 @@ -# New ports collection makefile for: flightgear -# Date created: 26 June 1999 -# Whom: Brian Buchanan <brian@CSUA.Berkeley.EDU> -# -# $FreeBSD$ -# - -PORTNAME= fgfs-base -PORTVERSION= 1.0.0 -CATEGORIES= games -# see http://www.flightgear.org/templates.js -MASTER_SITES= ftp://ftp.flightgear.org/pub/fgfs/Shared/ \ - ftp://ftp.de.flightgear.org/pub/fgfs/Shared/ \ - ftp://ftp.kingmont.com/flightsims/flightgear/Shared/ \ - ftp://ftp.linux.kiev.ua/pub/mirrors/ftp.flightgear.org/flightgear/Shared/ \ - http://mirrors.ibiblio.org/pub/mirrors/flightgear/ftp/Shared/ \ - http://ftp3.linux.kiev.ua/pub/fgfs/Shared/ - -MAINTAINER= ganael.laplanche@martymac.com -COMMENT= FlightGear scenery, textures and aircraft models - -NO_BUILD= yes -USE_BZIP2= yes -WRKSRC= ${WRKDIR}/data -DATADIR= ${PREFIX}/share/FlightGear - -PLIST= ${WRKDIR}/pkg-plist -PLIST_DIRS= %%DATADIR%% - -post-patch: - @${RM} -f ${WRKSRC}/COPYING ${WRKSRC}/Aircraft/A-10/COPYING ${WRKSRC}/Aircraft/787/COPYING - -pre-install: - @${RM} -f ${PLIST} - @cd ${WRKSRC} && \ - ${FIND} * -type d -empty | ${SORT} \ - | ${SED} -e 's|^|@exec ${MKDIR} %%DATADIR%%/|' >> ${PLIST} && \ - ${FIND} * -type f | ${SORT} \ - | ${SED} -e 's|^|%%DATADIR%%/|' >> ${PLIST} && \ - ${FIND} * -type d | ${SORT} -r \ - | ${SED} -e 's|^|@dirrm %%DATADIR%%/|' >> ${PLIST} - -do-install: - ${MKDIR} ${DATADIR} - (cd ${WRKSRC}/ && ${COPYTREE_SHARE} \* ${DATADIR}) - -.include <bsd.port.mk> diff --git a/games/flightgear-data/distinfo b/games/flightgear-data/distinfo deleted file mode 100644 index b2cb6d879953..000000000000 --- a/games/flightgear-data/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (fgfs-base-1.0.0.tar.bz2) = 105478648b01e8a16ee31ba7cbd201da -SHA256 (fgfs-base-1.0.0.tar.bz2) = 52b20cbe61a47e5a51fdd0d492a326c19b0d323ec0c7304609acba53f1c787eb -SIZE (fgfs-base-1.0.0.tar.bz2) = 191345428 diff --git a/games/flightgear-data/pkg-descr b/games/flightgear-data/pkg-descr deleted file mode 100644 index 47783395a415..000000000000 --- a/games/flightgear-data/pkg-descr +++ /dev/null @@ -1,17 +0,0 @@ -The FlightGear flight simulator project is an open-source, -multi-platform, cooperative flight simulator development project. -Source code for the entire project is available and licensed under the -GNU General Public License. - -The goal of the FlightGear project is to create a sophisticated flight -simulator framework for use in research or academic environments, for -the development and pursuit of other interesting flight simulation -ideas, and as an end-user application. We are developing a -sophisticated, open simulation framework that can be expanded and -improved upon by anyone interested in contributing. - -There are many exciting possibilities for an open, free flight sim. -We hope that this project will be interesting and useful to many -people in many areas. - -WWW: http://www.flightgear.org/ |