diff options
author | arved <arved@FreeBSD.org> | 2003-06-30 01:18:36 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2003-06-30 01:18:36 +0800 |
commit | 32d4bb1f71baea9c192237f4d077e97b306e6b02 (patch) | |
tree | d8d29ec0e553fa077e7d9f0c806f8e0155c54e1c /games/gnomebreakout | |
parent | 91d460d490f33bf50ec52b5ccd231860f23abeb2 (diff) | |
download | freebsd-ports-gnome-32d4bb1f71baea9c192237f4d077e97b306e6b02.tar.gz freebsd-ports-gnome-32d4bb1f71baea9c192237f4d077e97b306e6b02.tar.zst freebsd-ports-gnome-32d4bb1f71baea9c192237f4d077e97b306e6b02.zip |
Update MASTER_SITES and WWW
PR: 53581
Submitted by: KATO Tsuguru <tkato@prontomail.com>
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 |