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

(-)games/xabacus/Makefile (-3 / +3 lines)
Lines 2-8 Link Here
2
# $FreeBSD: head/games/xabacus/Makefile 373748 2014-12-02 04:16:18Z amdmi3 $
2
# $FreeBSD: head/games/xabacus/Makefile 373748 2014-12-02 04:16:18Z amdmi3 $
3
3
4
PORTNAME=	xabacus
4
PORTNAME=	xabacus
5
PORTVERSION=	8.0.0
5
PORTVERSION=	8.0.2
6
CATEGORIES=	games
6
CATEGORIES=	games
7
MASTER_SITES=	http://www.tux.org/~bagleyd/abacus/ \
7
MASTER_SITES=	http://www.tux.org/~bagleyd/abacus/ \
8
		http://ftp.tux.org/pub/tux/bagleyd/xabacus/
8
		http://ftp.tux.org/pub/tux/bagleyd/xabacus/
Lines 16-23 Link Here
16
USES=		tar:bzip2
16
USES=		tar:bzip2
17
USE_XORG=	xpm
17
USE_XORG=	xpm
18
GNU_CONFIGURE=	yes
18
GNU_CONFIGURE=	yes
19
CONFIGURE_ARGS=	--without-nas
20
CONFIGURE_ENV=	ac_cv_x_app_defaults=${PREFIX}/lib/X11/app-defaults
19
CONFIGURE_ENV=	ac_cv_x_app_defaults=${PREFIX}/lib/X11/app-defaults
20
CONFIGURE_ARGS=	--without-nas
21
INSTALLS_ICONS=	yes
21
INSTALLS_ICONS=	yes
22
22
23
DESKTOP_ENTRIES="XAbacus" "" "abacus" "${PORTNAME}" "" ""
23
DESKTOP_ENTRIES="XAbacus" "" "abacus" "${PORTNAME}" "" ""
Lines 30-36 Link Here
30
ESOUND_CONFIGURE_ON=	--without-rplay --with-esound
30
ESOUND_CONFIGURE_ON=	--without-rplay --with-esound
31
ESOUND_CONFIGURE_OFF=	--with-rplay --without-esound
31
ESOUND_CONFIGURE_OFF=	--with-rplay --without-esound
32
ESOUND_LDFLAGS=		-L${LOCALBASE}/lib -laudiofile
32
ESOUND_LDFLAGS=		-L${LOCALBASE}/lib -laudiofile
33
MOTIF_USES=	motif
33
MOTIF_USES=		motif
34
MOTIF_CONFIGURE_WITH=	motif
34
MOTIF_CONFIGURE_WITH=	motif
35
35
36
post-patch:
36
post-patch:
(-)games/xabacus/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (xabacus-8.0.0.tar.bz2) = e81aa183f2f0e1ed962709ed9aed0646ae1ad8cf57b4e60866201e8af54ea874
1
SHA256 (xabacus-8.0.2.tar.bz2) = aca55ad0df545f881ae11b792d4cac64b156474fe46291cfbd0bc4e55141ba8c
2
SIZE (xabacus-8.0.0.tar.bz2) = 285620
2
SIZE (xabacus-8.0.2.tar.bz2) = 285599

Return to bug 197436