diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2011-08-09 21:19:44 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2011-08-09 21:19:44 +0800 |
commit | 4cc120b3faad09cfadc7d2c469f36e7065115cd3 (patch) | |
tree | 136aa26e1f7671ff7f7abf9132f4859625b91f0c /games | |
parent | 0202e19bdff922471bc1c1637dd552c4863b97cc (diff) | |
download | freebsd-ports-gnome-4cc120b3faad09cfadc7d2c469f36e7065115cd3.tar.gz freebsd-ports-gnome-4cc120b3faad09cfadc7d2c469f36e7065115cd3.tar.zst freebsd-ports-gnome-4cc120b3faad09cfadc7d2c469f36e7065115cd3.zip |
- Update MASTER_SITES and WWW: line
- Add LICENSE
- Add MAKE_JOBS_SAFE
PR: 159456
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Diffstat (limited to 'games')
-rw-r--r-- | games/tux-aqfh/Makefile | 8 | ||||
-rw-r--r-- | games/tux-aqfh/pkg-descr | 2 |
2 files changed, 7 insertions, 3 deletions
diff --git a/games/tux-aqfh/Makefile b/games/tux-aqfh/Makefile index 506ca6243e19..b84788a8bef3 100644 --- a/games/tux-aqfh/Makefile +++ b/games/tux-aqfh/Makefile @@ -9,20 +9,22 @@ PORTNAME= tux_aqfh PORTVERSION= 1.0.14 PORTREVISION= 6 CATEGORIES= games -MASTER_SITES= http://tuxaqfh.sourceforge.net/dist/ +MASTER_SITES= SF/tuxaqfh/tuxaqfh/${PORTVERSION}-classic MAINTAINER= ports@FreeBSD.org COMMENT= An OpenGL adventure game -BROKEN= does not fetch +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${LOCALBASE}/lib/libplibsl.a:${PORTSDIR}/x11-toolkits/plib USE_GL= glut USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" +CONFIGURE_ENV= LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --with-plib=${LOCALBASE} +MAKE_JOBS_SAFE= yes CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS= -L${LOCALBASE}/lib -lusbhid ${PTHREAD_LIBS} diff --git a/games/tux-aqfh/pkg-descr b/games/tux-aqfh/pkg-descr index a647fe267be8..44909ce45e4e 100644 --- a/games/tux-aqfh/pkg-descr +++ b/games/tux-aqfh/pkg-descr @@ -7,3 +7,5 @@ console games like Mario'64, Banjo-Kazooie, Gex or Spiro the dragon. He'd like more emphasis on search-and-explore and puzzle solving and less on violence and mass killing. Graphical quality is less important than game-play and fun. + +WWW: http://sourceforge.net/projects/tuxaqfh/ |