diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-05-13 00:48:12 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-05-13 00:48:12 +0000 |
commit | 0427e0f496968d7649e3114b6ab0ed21176b08ab (patch) | |
tree | 6ced9d4db88c774677d6f02ce4c9659736efe631 | |
parent | - Update to 4.2 (diff) |
- Remove games/rtcw-paks because it is not needed. It installs 3 files, but
games/rtcw asks the user for them now.
Approved by: garga (mentor)
Notes
Notes:
svn path=/head/; revision=162204
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | games/Makefile | 1 | ||||
-rw-r--r-- | games/rtcw-paks/Makefile | 53 | ||||
-rw-r--r-- | games/rtcw-paks/pkg-descr | 4 | ||||
-rw-r--r-- | games/rtcw-paks/pkg-plist | 6 |
5 files changed, 1 insertions, 64 deletions
@@ -2298,3 +2298,4 @@ www/php4-cgi|lang/php4|2006-05-06|Unification of php slave ports www/php5-cgi|lang/php5|2006-05-06|Unification of php slave ports multimedia/gnonlin|multimedia/gstreamer-plugins-gnonlin|2006-05-08|Merge duplicite ports www/linux-mozilla-devel|www/linux-seamonkey-devel|2006-05-10|Mozilla-devel is now Seamonkey +games/rtcw-paks||2006-05-11|Not needed because games/rtcw asks for the files (only 3) diff --git a/games/Makefile b/games/Makefile index 288657212ce3..b3b030d3238d 100644 --- a/games/Makefile +++ b/games/Makefile @@ -552,7 +552,6 @@ SUBDIR += rt2-demo SUBDIR += rtb SUBDIR += rtcw - SUBDIR += rtcw-paks SUBDIR += rubix SUBDIR += ruby-exmars SUBDIR += sarien diff --git a/games/rtcw-paks/Makefile b/games/rtcw-paks/Makefile deleted file mode 100644 index a18a0e69fbce..000000000000 --- a/games/rtcw-paks/Makefile +++ /dev/null @@ -1,53 +0,0 @@ -# New ports collection makefile for: Return to Castle Wolfenstein paks -# Date created: Sat Jul 15 14:27:16 SAST 2000 -# Whom: nik@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= rtcw-paks -PORTVERSION= 1.0 -PORTREVISION= 1 -CATEGORIES= games linux -MASTER_SITES= # -DISTFILES= mp_pak0.pk3 mp_pak1.pk3 mp_pak2.pk3 \ - pak0.pk3 \ - sp_pak1.pk3 sp_pak2.pk3 -DIST_SUBDIR= rtcw-paks -IGNOREFILES= ${ALLFILES} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Return to Castle Wolfenstein for Linux .pk3 files - -# Make this a BUILD_DEPENDS too, so that it can create the -# directory hierarchy for us. -BUILD_DEPENDS= ${X11BASE}/games/rtcw/wolf.x86:${PORTSDIR}/games/rtcw -RUN_DEPENDS= ${BUILD_DEPENDS} - -ONLY_FOR_ARCHS= i386 -USE_LINUX= yes -USE_X_PREFIX= yes -EXTRACT_ONLY= # Don't extract anything - -GAMEDIR= ${PREFIX}/games/rtcw/ - -.include <bsd.port.pre.mk> - -.for file in ${DISTFILES} -.if !exists(${DISTDIR}/rtcw-paks/${file}) -IGNORE=You must manually copy all the .pk3 files from the main/ directory of an installed version of the game to the ${DISTDIR}/rtcw-paks directory and then run make again. -.endif -.endfor - -# Do nothing for the build. Don't set NO_BUILD because of the earlier -# BUILD_DEPENDS -do-build: - @${DO_NADA} - -do-install: - ${MKDIR} -p ${GAMEDIR}/main -.for file in ${DISTFILES} - ${INSTALL_DATA} ${DISTDIR}/rtcw-paks/${file} ${GAMEDIR}/main -.endfor - -.include <bsd.port.post.mk> diff --git a/games/rtcw-paks/pkg-descr b/games/rtcw-paks/pkg-descr deleted file mode 100644 index 0e042a374f2d..000000000000 --- a/games/rtcw-paks/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Return to Castle Wolfenstein for Linux, .pk3 files - -This port encapsulates the .pk3 files for RTCW that are used to complete -the installation of the game (including the dedicated server). diff --git a/games/rtcw-paks/pkg-plist b/games/rtcw-paks/pkg-plist deleted file mode 100644 index 29fd53465658..000000000000 --- a/games/rtcw-paks/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -games/rtcw/main/mp_pak0.pk3 -games/rtcw/main/mp_pak1.pk3 -games/rtcw/main/mp_pak2.pk3 -games/rtcw/main/pak0.pk3 -games/rtcw/main/sp_pak1.pk3 -games/rtcw/main/sp_pak2.pk3 |