From d9a927005e21e4d7837b0cf632e044ba7bc1c3f6 Mon Sep 17 00:00:00 2001 From: miwi Date: Thu, 15 Jan 2009 22:26:12 +0000 Subject: - Remove games/fgfs-base after rename to games/flightgear-data --- games/Makefile | 1 - games/fgfs-base/Makefile | 47 ----------------------------------------------- games/fgfs-base/distinfo | 3 --- games/fgfs-base/pkg-descr | 17 ----------------- 4 files changed, 68 deletions(-) delete mode 100644 games/fgfs-base/Makefile delete mode 100644 games/fgfs-base/distinfo delete mode 100644 games/fgfs-base/pkg-descr (limited to 'games') 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 -# -# $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 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/ -- cgit