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

(-)games/xabacus/Makefile (-2 / +15 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME=	xabacus
8
PORTNAME=	xabacus
9
PORTVERSION=	7.1.4
9
PORTVERSION=	7.1.4
10
PORTREVISION=	1
10
CATEGORIES=	games
11
CATEGORIES=	games
11
MASTER_SITES=	${MASTER_SITE_SUNSITE} \
12
MASTER_SITES=	${MASTER_SITE_SUNSITE} \
12
		ftp://ftp.tux.org/pub/tux/bagleyd/xabacus/
13
		ftp://ftp.tux.org/pub/tux/bagleyd/xabacus/
Lines 17-36 Link Here
17
18
18
USE_BZIP2=	yes
19
USE_BZIP2=	yes
19
USE_X_PREFIX=	yes
20
USE_X_PREFIX=	yes
21
WANT_GNOME=	yes
22
USE_GNOME=	gnometarget
20
USE_XPM=	yes
23
USE_XPM=	yes
21
USE_REINPLACE=	yes
24
USE_REINPLACE=	yes
22
GNU_CONFIGURE=	yes
25
GNU_CONFIGURE=	yes
23
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
26
CONFIGURE_ARGS=	--without-nas
24
27
25
MAN6=		xabacus.6
28
MAN6=		xabacus.6
26
29
30
.include <bsd.port.pre.mk>
31
27
.if defined(WITHOUT_MOTIF)
32
.if defined(WITHOUT_MOTIF)
28
CONFIGURE_ARGS+=	--without-motif
33
CONFIGURE_ARGS+=	--without-motif
29
.else
34
.else
30
USE_MOTIF=	yes
35
USE_MOTIF=	yes
31
.endif
36
.endif
32
37
38
.if ${HAVE_GNOME:Mesound}!=""
39
USE_GNOME+=	esound
40
CONFIGURE_ARGS+=	--without-rplay --with-esound
41
.else
42
LIB_DEPENDS+=	rplay.1:${PORTSDIR}/audio/rplay
43
CONFIGURE_ARGS+=	--with-rplay --without-esound
44
.endif
45
33
post-patch:
46
post-patch:
34
	@${REINPLACE_CMD} -e 's|/games/|/|g' ${WRKSRC}/Makefile.in
47
	@${REINPLACE_CMD} -e 's|/games/|/|g' ${WRKSRC}/Makefile.in
35
48
36
.include <bsd.port.mk>
49
.include <bsd.port.post.mk>

Return to bug 87060