aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-01-15 22:26:12 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-01-15 22:26:12 +0000
commitafe2c77e65182178ad46c02f06c43a14da1ee411 (patch)
tree34549e1b8c91cb3599c7fc447e1b66997bf35596 /games
parentd6cec28b0aa6370fe4f9ed73b4abc0b8f0f0004d (diff)
downloadports-afe2c77e65182178ad46c02f06c43a14da1ee411.tar.gz
ports-afe2c77e65182178ad46c02f06c43a14da1ee411.zip
Notes
Diffstat (limited to 'games')
-rw-r--r--games/Makefile1
-rw-r--r--games/fgfs-base/Makefile47
-rw-r--r--games/fgfs-base/distinfo3
-rw-r--r--games/fgfs-base/pkg-descr17
4 files changed, 0 insertions, 68 deletions
diff --git a/games/Makefile b/games/Makefile
index 831c72b69327..c690d94ddb3d 100644
--- a/games/Makefile
+++ b/games/Makefile
@@ -222,7 +222,6 @@
SUBDIR += falconseye
SUBDIR += farblazer
SUBDIR += fargoal
- SUBDIR += fgfs-base
SUBDIR += fgkicker
SUBDIR += fgrun
SUBDIR += fgsd
diff --git a/games/fgfs-base/Makefile b/games/fgfs-base/Makefile
deleted file mode 100644
index 088bb5269551..000000000000
--- a/games/fgfs-base/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/fgfs-base/distinfo b/games/fgfs-base/distinfo
deleted file mode 100644
index b2cb6d879953..000000000000
--- a/games/fgfs-base/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/fgfs-base/pkg-descr b/games/fgfs-base/pkg-descr
deleted file mode 100644
index 47783395a415..000000000000
--- a/games/fgfs-base/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/