diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-06-29 17:18:36 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-06-29 17:18:36 +0000 |
commit | b0bfff59eacef5c2df217a0f63ed7bba7a422540 (patch) | |
tree | 4b658f0663dc0d84c22caf5619c5b5184c88434d /games/gnomebreakout | |
parent | c091dc1666f6c02c2b11d8aaefb6a61339f4fa62 (diff) | |
download | ports-b0bfff59eacef5c2df217a0f63ed7bba7a422540.tar.gz ports-b0bfff59eacef5c2df217a0f63ed7bba7a422540.zip |
Notes
Diffstat (limited to 'games/gnomebreakout')
-rw-r--r-- | games/gnomebreakout/Makefile | 9 | ||||
-rw-r--r-- | games/gnomebreakout/pkg-descr | 2 |
2 files changed, 3 insertions, 8 deletions
diff --git a/games/gnomebreakout/Makefile b/games/gnomebreakout/Makefile index 8b1e7e403865..17be3d5f19e5 100644 --- a/games/gnomebreakout/Makefile +++ b/games/gnomebreakout/Makefile @@ -8,21 +8,16 @@ PORTNAME= gnomebreakout PORTVERSION= 0.5.2 CATEGORIES= games gnome -MASTER_SITES= http://www.senet.com.au/~alcaron/ +MASTER_SITES= http://users.senet.com.au/~alcaron/ DISTNAME= gnome-breakout-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= GNOME version of the classic breakout game -USE_REINPLACE= yes USE_X_PREFIX= yes USE_GNOME= gnomeprefix gnomehack gnomelibs GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" - -post-patch: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ - s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure + LDFLAGS="-L${LOCALBASE}/lib" .include <bsd.port.mk> diff --git a/games/gnomebreakout/pkg-descr b/games/gnomebreakout/pkg-descr index 6224aacf7109..8682b7c68611 100644 --- a/games/gnomebreakout/pkg-descr +++ b/games/gnomebreakout/pkg-descr @@ -2,4 +2,4 @@ GNOME Breakout is a clone of the classic arcade game Breakout, written for GNOME. Still in development, but very playable, and very addictive. -WWW: http://www.senet.com.au/~alcaron/software.html +WWW: http://users.senet.com.au/~alcaron/software.html |