diff options
author | pawel <pawel@FreeBSD.org> | 2011-12-20 03:42:09 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2011-12-20 03:42:09 +0800 |
commit | f1ce2d0aa8e2fe0d0529ea9cd2b8ca7414054193 (patch) | |
tree | bc9e7f98727a134d3a435712421947ca05835dc3 /games/alephone | |
parent | ed4a0a0a37f9bbac5cd5a90cfdc811dac6c11601 (diff) | |
download | freebsd-ports-gnome-f1ce2d0aa8e2fe0d0529ea9cd2b8ca7414054193.tar.gz freebsd-ports-gnome-f1ce2d0aa8e2fe0d0529ea9cd2b8ca7414054193.tar.zst freebsd-ports-gnome-f1ce2d0aa8e2fe0d0529ea9cd2b8ca7414054193.zip |
- Update to 20111201 (1.0-release)
- Use gmake during build
PR: ports/163283
Submitted by: Green Dog <fiziologus@gmail.com> (maintainer)
Diffstat (limited to 'games/alephone')
-rw-r--r-- | games/alephone/Makefile | 6 | ||||
-rw-r--r-- | games/alephone/distinfo | 4 | ||||
-rw-r--r-- | games/alephone/pkg-plist | 3 |
3 files changed, 9 insertions, 4 deletions
diff --git a/games/alephone/Makefile b/games/alephone/Makefile index 84fe19735b4d..9bf25da6918b 100644 --- a/games/alephone/Makefile +++ b/games/alephone/Makefile @@ -6,9 +6,9 @@ # PORTNAME= alephone -PORTVERSION= 20110731 +PORTVERSION= 20111201 CATEGORIES= games -MASTER_SITES= SF/marathon/Aleph%20One/2011-07-31 +MASTER_SITES= SF/marathon/Aleph%20One/2011-12-01 DISTNAME= AlephOne-${PORTVERSION} MAINTAINER= fiziologus@gmail.com @@ -16,6 +16,8 @@ COMMENT= The open source version of Bungie's Marathon game BUILD_DEPENDS+= ${LOCALBASE}/include/boost/function.hpp:${PORTSDIR}/devel/boost-libs +USE_GMAKE= yes + USE_BZIP2= yes USE_SDL+= image net sdl sound USE_GL= yes diff --git a/games/alephone/distinfo b/games/alephone/distinfo index fa7ff2347c3c..43101f11bf84 100644 --- a/games/alephone/distinfo +++ b/games/alephone/distinfo @@ -1,2 +1,2 @@ -SHA256 (AlephOne-20110731.tar.bz2) = c18ec39350e22ac58436bdb13db46a9db94e9ea68cfaf845588f3da1b21edf2b -SIZE (AlephOne-20110731.tar.bz2) = 3046086 +SHA256 (AlephOne-20111201.tar.bz2) = c844b347cdba3bcfba33cf459aa94bcc7729f8865b5cfdb688da24262a918fca +SIZE (AlephOne-20111201.tar.bz2) = 4576989 diff --git a/games/alephone/pkg-plist b/games/alephone/pkg-plist index f2a863c6a46d..1dbd89580bbf 100644 --- a/games/alephone/pkg-plist +++ b/games/alephone/pkg-plist @@ -4,7 +4,10 @@ bin/alephone %%DATADIR%%/MML/Transparent_Liquids.mml %%DATADIR%%/MML/Transparent_Sprites.mml %%DATADIR%%/Themes/Default/DejaVuLGCSansCondensed-Bold.ttf +%%DATADIR%%/Themes/Default/DejaVuLGCSansCondensed-BoldBold.ttf %%DATADIR%%/Themes/Default/DejaVuLGCSansCondensed-BoldOblique.ttf +%%DATADIR%%/Themes/Default/LICENSE-DejaVu +%%DATADIR%%/Themes/Default/SquarishSansCT.README %%DATADIR%%/Themes/Default/Squarish_Sans_CT_Medium.ttf %%DATADIR%%/Themes/Default/button_c.bmp %%DATADIR%%/Themes/Default/button_c_p.bmp |