View | Details | Raw Unified | Return to bug 53581
Collapse All | Expand All

(-)games/gnomebreakout/Makefile (-7 / +2 lines)
Lines 8-28 Link Here
8
PORTNAME=	gnomebreakout
8
PORTNAME=	gnomebreakout
9
PORTVERSION=	0.5.2
9
PORTVERSION=	0.5.2
10
CATEGORIES=	games gnome
10
CATEGORIES=	games gnome
11
MASTER_SITES=	http://www.senet.com.au/~alcaron/
11
MASTER_SITES=	http://users.senet.com.au/~alcaron/
12
DISTNAME=	gnome-breakout-${PORTVERSION}
12
DISTNAME=	gnome-breakout-${PORTVERSION}
13
13
14
MAINTAINER=	ports@FreeBSD.org
14
MAINTAINER=	ports@FreeBSD.org
15
COMMENT=	GNOME version of the classic breakout game
15
COMMENT=	GNOME version of the classic breakout game
16
16
17
USE_REINPLACE=	yes
18
USE_X_PREFIX=	yes
17
USE_X_PREFIX=	yes
19
USE_GNOME=	gnomeprefix gnomehack gnomelibs
18
USE_GNOME=	gnomeprefix gnomehack gnomelibs
20
GNU_CONFIGURE=	yes
19
GNU_CONFIGURE=	yes
21
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
20
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
22
		LIBS="-L${LOCALBASE}/lib"
21
		LDFLAGS="-L${LOCALBASE}/lib"
23
24
post-patch:
25
	@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
26
		 s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
27
22
28
.include <bsd.port.mk>
23
.include <bsd.port.mk>
(-)games/gnomebreakout/pkg-descr (-1 / +1 lines)
Lines 2-5 Link Here
2
written for GNOME.  Still in development, but very playable, and
2
written for GNOME.  Still in development, but very playable, and
3
very addictive. 
3
very addictive. 
4
4
5
WWW: http://www.senet.com.au/~alcaron/software.html
5
WWW: http://users.senet.com.au/~alcaron/software.html

Return to bug 53581