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

(-)Makefile (-1 / +12 lines)
Lines 7-13 Link Here
7
7
8
PORTNAME=	gltron
8
PORTNAME=	gltron
9
PORTVERSION=	0.70
9
PORTVERSION=	0.70
10
PORTREVISION=	6
10
PORTREVISION=	7
11
CATEGORIES=	games
11
CATEGORIES=	games
12
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-source/${PORTVERSION}
12
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-source/${PORTVERSION}
13
EXTRACT_SUFX=	-source.tar.gz
13
EXTRACT_SUFX=	-source.tar.gz
Lines 27-32 Link Here
27
CPPFLAGS=	-I${LOCALBASE}/include ${PTHREAD_CFLAGS}
27
CPPFLAGS=	-I${LOCALBASE}/include ${PTHREAD_CFLAGS}
28
LDFLAGS=	-L${LOCALBASE}/lib ${PTHREAD_LIBS}
28
LDFLAGS=	-L${LOCALBASE}/lib ${PTHREAD_LIBS}
29
29
30
OPTIONS=	SDL_NET "With network support" off
31
32
DESKTOP_ENTRIES=	"GLtron" \
33
			"3D lightcycle game" \
34
			"${DATADIR}/art/default/gltron.png" \
35
			"gltron" \
36
			"Game;ArcadeGame;" \
37
			false
38
39
.include <bsd.port.options.mk>
40
30
.if defined(WITH_SDL_NET)
41
.if defined(WITH_SDL_NET)
31
USE_SDL+=	net
42
USE_SDL+=	net
32
CONFIGURE_ARGS+=	--enable-network
43
CONFIGURE_ARGS+=	--enable-network

Return to bug 144216