aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--MOVED1
-rw-r--r--games/Makefile1
-rw-r--r--games/jfduke3d/Makefile60
-rw-r--r--games/jfduke3d/distinfo12
-rw-r--r--games/jfduke3d/pkg-descr24
-rw-r--r--games/jfduke3d/pkg-plist7
6 files changed, 1 insertions, 104 deletions
diff --git a/MOVED b/MOVED
index c7693f75b543..d14cc35c0b98 100644
--- a/MOVED
+++ b/MOVED
@@ -4501,3 +4501,4 @@ net/tintin++-devel|net/tintin++|2010-08-24|net/tintin++-devel is no longer devel
audio/gmm|audio/gogglesmm|2010-08-24|Project was renamed
irc/irssi-xmpp-devel||2010-08-25|Devel is unmaintained and older than stable
www/lighttpd-mysqlauth|www/lighttpd|2010-08-28|Integrated into www/lighttpd
+games/jfduke3d||2010-08-28|Development ceased; see games/eduke32 for alternative
diff --git a/games/Makefile b/games/Makefile
index 7f2b06928198..40a7d4224b28 100644
--- a/games/Makefile
+++ b/games/Makefile
@@ -395,7 +395,6 @@
SUBDIR += jaggedalliance2
SUBDIR += jchessboard
SUBDIR += jetpack
- SUBDIR += jfduke3d
SUBDIR += jfk
SUBDIR += jfsw
SUBDIR += jigsaw
diff --git a/games/jfduke3d/Makefile b/games/jfduke3d/Makefile
deleted file mode 100644
index 65d3f6714b2c..000000000000
--- a/games/jfduke3d/Makefile
+++ /dev/null
@@ -1,60 +0,0 @@
-# New ports collection makefile for: jfduke3d
-# Date Created: 26 August 2005
-# Whom: <arundel@h3c.de>
-#
-# $FreeBSD$
-
-PORTNAME= jfduke3d
-PORTVERSION= 20051009
-PORTREVISION= 8
-CATEGORIES= games
-MASTER_SITES= http://users.on.net/~jonof/buildport/
-DISTFILES= ${PORTNAME}_src_${PORTVERSION}.zip \
- jfbuild_src_${PORTVERSION}.zip
-
-PATCH_SITES= http://www.mephisto.ma.cx/mephisto/patches/
-PATCHFILES= ${PORTNAME}_src_${PORTVERSION}.patch \
- jfbuild_src_${PORTVERSION}.patch
-
-MAINTAINER= arundel@h3c.de
-COMMENT= Jonathon Fowler's Duke Nukem 3D Port
-
-BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm
-
-ONLY_FOR_ARCHS= i386
-ONLY_FOR_ARCHS_REASON= uses x86 assembly code
-USE_ZIP= yes
-USE_GMAKE= yes
-USE_GL= gl
-USE_GNOME= gtk20
-USE_SDL= mixer sdl
-WRKSRC= ${WRKDIR}/${PORTNAME}_src_${PORTVERSION}
-PATCH_WRKSRC= ${WRKDIR}
-
-post-patch:
- @${REINPLACE_CMD} -Ee \
- 's|^(EROOT=)../build/|\1../jfbuild_src_${PORTVERSION}/|; \
- s|^(CC=).*|\1${CC}|; \
- s|^(CFLAGS=).*|\1${CFLAGS}|; \
- s|^(NASMFLAGS=).*|\1 -s -f elf|; \
- s|/usr/X11R6|${LOCALBASE}|; \
- s|sdl-config|${SDL_CONFIG}|' \
- ${WRKSRC}/Makefile \
- ${WRKDIR}/jfbuild_src_${PORTVERSION}/Makefile \
- ${WRKDIR}/jfbuild_src_${PORTVERSION}/Makefile.shared
- @${REINPLACE_CMD} -e 's|/usr/share/games/jfduke3d|${DN3DDIR}|' \
- ${WRKSRC}/source/game.c ${WRKSRC}/source/astub.c
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/duke3d ${PREFIX}/bin/${PORTNAME}
- ${INSTALL_PROGRAM} ${WRKSRC}/build ${PREFIX}/bin/${PORTNAME}-build
-.if !defined(NOPORTDOCS)
-.for f in ChangeLog readme.txt releasenotes.html duke3d.def.sample
- ${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
-.endfor
-.endif
-
-.include "${.CURDIR}/../duke3d-data/Makefile.include"
-
-.include <bsd.port.mk>
diff --git a/games/jfduke3d/distinfo b/games/jfduke3d/distinfo
deleted file mode 100644
index 30697cadccfe..000000000000
--- a/games/jfduke3d/distinfo
+++ /dev/null
@@ -1,12 +0,0 @@
-MD5 (jfduke3d_src_20051009.zip) = b67bdcb3dda1a18b6802e26c6588bf11
-SHA256 (jfduke3d_src_20051009.zip) = 910a1616ee5f3b83d1a0ff25ff463112f82fc68e55cb76922ccbdff82c0bb140
-SIZE (jfduke3d_src_20051009.zip) = 686915
-MD5 (jfbuild_src_20051009.zip) = 44a943c0050bfd46ce1e6af24c951898
-SHA256 (jfbuild_src_20051009.zip) = 4bab5eb5171b6480c529f2076411f83038bd19861e3a9c8ede95c4c026bd746e
-SIZE (jfbuild_src_20051009.zip) = 610745
-MD5 (jfduke3d_src_20051009.patch) = 7575e8f78b1cb9c39645f2d49915e738
-SHA256 (jfduke3d_src_20051009.patch) = 0abf81415c32259dffa659bbb49e4b4c41513005b34deae87921bdd05b25bdb3
-SIZE (jfduke3d_src_20051009.patch) = 117574
-MD5 (jfbuild_src_20051009.patch) = b5db75643dd9034749f0a8766354c03b
-SHA256 (jfbuild_src_20051009.patch) = b8c2b53b768c419e2f552c79237af42c9055d6d2ff3d59963ad9f97c674e18d3
-SIZE (jfbuild_src_20051009.patch) = 3788
diff --git a/games/jfduke3d/pkg-descr b/games/jfduke3d/pkg-descr
deleted file mode 100644
index e5cef8a6f7e7..000000000000
--- a/games/jfduke3d/pkg-descr
+++ /dev/null
@@ -1,24 +0,0 @@
-JonoF's Duke Nukem 3D Port with icculus.org/duke3d patches for sound and
-joystick support.
-
-This is the Duke Nukem 3D Port written by Jonathan Fowler. Like any other Duke
-Nukem 3D Port it is a hack of the original Duke Nukem 3D source code (v1.5 CD
-Version) which was made publicly avilable by 3D Realms (the developer of Duke
-Nukem 3D) on the 1st of April 2003.
-
-The following Duke Nukem 3D versions are supported:
-* Duke3D Shareware
-* Duke3D 1.3d
-* Duke3D 1.4/5 Atomic
-
-Be sure to read the release notes in this distribution. There's important
-information about using the new features in this release.
-
-Additions to the retail version features of Duke Nukem 3D can be found on the
-3D Realms forum. These patches/hacks feature high/low resolution textures,
-MD2/MD3 models, Blood and Gore hacks, map hacks, etc. The 3D Realms Forum can
-be accessed through this URL:
-
-http://forums.3drealms.com/
-
-WWW: http://jonof.edgenetwork.org/index.php?p=jfduke3d
diff --git a/games/jfduke3d/pkg-plist b/games/jfduke3d/pkg-plist
deleted file mode 100644
index ba9050b52d02..000000000000
--- a/games/jfduke3d/pkg-plist
+++ /dev/null
@@ -1,7 +0,0 @@
-bin/jfduke3d
-bin/jfduke3d-build
-%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
-%%PORTDOCS%%%%DOCSDIR%%/duke3d.def.sample
-%%PORTDOCS%%%%DOCSDIR%%/readme.txt
-%%PORTDOCS%%%%DOCSDIR%%/releasenotes.html
-%%PORTDOCS%%@dirrm %%DOCSDIR%%