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: |