aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authordanfe <danfe@FreeBSD.org>2014-07-09 15:05:28 +0800
committerdanfe <danfe@FreeBSD.org>2014-07-09 15:05:28 +0800
commit1a09868bf41f304efad4b0e8d239b31e3baabcee (patch)
tree50f73ab31afe614cdd77dc4aa9835cccd9f2cf3c /games
parent408a1cbd1af33410483c7f772e04caff2e84301f (diff)
downloadfreebsd-ports-gnome-1a09868bf41f304efad4b0e8d239b31e3baabcee.tar.gz
freebsd-ports-gnome-1a09868bf41f304efad4b0e8d239b31e3baabcee.tar.zst
freebsd-ports-gnome-1a09868bf41f304efad4b0e8d239b31e3baabcee.zip
Stagify; augment port description.
Diffstat (limited to 'games')
-rw-r--r--games/egl/Makefile13
-rw-r--r--games/egl/pkg-descr11
2 files changed, 17 insertions, 7 deletions
diff --git a/games/egl/Makefile b/games/egl/Makefile
index 42ff96498144..3af5d4eb9d09 100644
--- a/games/egl/Makefile
+++ b/games/egl/Makefile
@@ -20,7 +20,7 @@ MAKEFILE= makefile
NO_WRKSUBDIR= yes
MAKE_ENV= LIBDIR="${LIBDIR}" PTHREAD_LIBS="${PTHREAD_LIBS}"
-PLIST_SUB= LIBDIR="${LIBDIR:S/${PREFIX}\///}"
+PLIST_SUB= LIBDIR="${LIBDIR:S,${PREFIX}/,,}"
LIBDIR= ${PREFIX}/lib/${PORTNAME}
OPTIONS_DEFINE= CLIENT DEDICATED GAME OPTIMIZED_CFLAGS
@@ -30,7 +30,6 @@ CLIENT_DESC= Build client
DEDICATED_DESC= Build dedicated server
GAME_DESC= Build main game (default mod)
-NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MCLIENT}
@@ -71,10 +70,12 @@ post-patch:
${WRKSRC}/unix/unix_snd_main.c
do-install:
- ${INSTALL_PROGRAM} ${EGL_BIN:S,^,${WRKSRC}/release/,} ${PREFIX}/bin
- @${MKDIR} ${LIBDIR}/baseq2
- ${INSTALL_PROGRAM} ${WRKSRC}/release/baseq2/*.so ${LIBDIR}/baseq2
- ${INSTALL_DATA} ${DISTDIR}/egl.pkz ${LIBDIR}/baseq2
+ ${INSTALL_PROGRAM} ${EGL_BIN:S,^,${WRKSRC}/release/,} \
+ ${STAGEDIR}${PREFIX}/bin
+ @${MKDIR} ${STAGEDIR}${LIBDIR}/baseq2
+ ${INSTALL_PROGRAM} ${WRKSRC}/release/baseq2/*.so \
+ ${STAGEDIR}${LIBDIR}/baseq2
+ ${INSTALL_DATA} ${DISTDIR}/egl.pkz ${STAGEDIR}${LIBDIR}/baseq2
.include "${.CURDIR}/../quake2-data/Makefile.include"
.include <bsd.port.mk>
diff --git a/games/egl/pkg-descr b/games/egl/pkg-descr
index c15a49f69b4e..01df0a9f9185 100644
--- a/games/egl/pkg-descr
+++ b/games/egl/pkg-descr
@@ -1,3 +1,12 @@
-Enhanced, OpenGL-only Quake II engine.
+Enhanced, OpenGL-only Quake II engine. It brings plethora of improvements
+over the original, including, but not limited to:
+
+ - Optimized rendering backend, support for new textures and shaders
+ - Framerate decoupling: your video framerate can be infinite while your
+ network framerate is 30
+ - R1Q2 protocol version 35 supported on the client-side
+ - Improved console (highly customizable, better tab autocompletion)
+ - Various improvements in crosshairs, HUD, particles and decals
+ - Optimized virtual file system, new supported file formats, etc.
WWW: http://bfeared.com/library/quake/archive/quakedev/egl/
td>- Mark BROKEN: does not link (gnutls/gcrypt)pav2011-07-271-1/+4 * Chase security/gnutls update and add an UPDATING entry.novel2011-06-061-2/+2 * - Add LICENSE knob(s)mm2011-03-232-2/+4 * - Get Rid MD5 supportmiwi2011-03-201-1/+0 * - Bump PORTREVISION to chase the update of dns/libidnwen2011-03-141-2/+2 * Sync to new bsd.autotools.mkade2010-12-041-1/+1 * Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.ade2010-05-311-1/+1 * Begin the process of deprecating sysutils/rc_subr bydougb2010-03-271-1/+1 * - Unbreak build with gnutls 2.8mm2009-08-201-2/+2 * Bump PORTREVISIONs of the gnutls dependant ports to chase gnutls update.novel2009-08-171-2/+2 * -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.mezz2009-08-031-1/+1 * Chase libtasn1 shared library version bump.novel2009-01-191-2/+2 * Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+1 * - fix IPv6 support [1]mm2008-04-304-8/+62 * - Add patch to fix build with gnutls 2.2.xmm2008-03-061-0/+44 * - Chase security/gnutls shlib version bumpnovel2008-03-031-1/+2 * - Remove the DESTDIR modifications from individual ports as we have a new,gabor2007-08-041-6/+6 * - Removed PKGINSTALL, PKGDEINSTALL and PKGMESSAGE variablesmm2007-07-261-3/+0 * - update to 1.6.1.1mm2007-07-246-84/+6 * - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptrafan2007-07-231-1/+1