Lines 1-13
Link Here
|
1 |
# New ports collection makefile for: xabacus |
1 |
# Created by: Andrey Zakhvatov |
2 |
# Date created: 3 May 1998 |
|
|
3 |
# Whom: Andrey Zakhvatov |
4 |
# |
5 |
# $FreeBSD: ports/games/xabacus/Makefile,v 1.49 2011/05/02 12:44:35 makc Exp $ |
2 |
# $FreeBSD: ports/games/xabacus/Makefile,v 1.49 2011/05/02 12:44:35 makc Exp $ |
6 |
# |
|
|
7 |
|
3 |
|
8 |
PORTNAME= xabacus |
4 |
PORTNAME= xabacus |
9 |
PORTVERSION= 7.6.8 |
5 |
PORTVERSION= 7.7.0 |
10 |
PORTREVISION= 1 |
|
|
11 |
CATEGORIES= games |
6 |
CATEGORIES= games |
12 |
MASTER_SITES= http://www.tux.org/~bagleyd/abacus/ \ |
7 |
MASTER_SITES= http://www.tux.org/~bagleyd/abacus/ \ |
13 |
http://ftp.tux.org/pub/tux/bagleyd/xabacus/ |
8 |
http://ftp.tux.org/pub/tux/bagleyd/xabacus/ |
Lines 15-37
Link Here
|
15 |
MAINTAINER= ports@FreeBSD.org |
10 |
MAINTAINER= ports@FreeBSD.org |
16 |
COMMENT= Abacus for X Window System |
11 |
COMMENT= Abacus for X Window System |
17 |
|
12 |
|
|
|
13 |
LICENSE= BSD |
14 |
LICENSE_FILE= ${WRKSRC}/COPYING |
15 |
|
16 |
OPTIONS_DEFINE= MOTIF ESOUND |
17 |
OPTIONS_DEFAULT=MOTIF |
18 |
|
18 |
USE_BZIP2= yes |
19 |
USE_BZIP2= yes |
19 |
USE_XORG= xpm |
20 |
USE_XORG= xpm |
20 |
WANT_GNOME= yes |
|
|
21 |
GNU_CONFIGURE= yes |
21 |
GNU_CONFIGURE= yes |
22 |
CONFIGURE_ARGS= --without-nas |
22 |
CONFIGURE_ARGS= --without-nas |
|
|
23 |
MAKE_JOBS_SAFE= yes |
23 |
|
24 |
|
24 |
MAN6= xabacus.6 |
25 |
MAN6= xabacus.6 |
25 |
|
26 |
|
26 |
.include <bsd.port.pre.mk> |
27 |
.include <bsd.port.options.mk> |
27 |
|
28 |
|
28 |
.if defined(WITHOUT_MOTIF) |
29 |
.if ${PORT_OPTIONS:MMOTIF} |
29 |
CONFIGURE_ARGS+= --without-motif |
|
|
30 |
.else |
31 |
USE_MOTIF= yes |
30 |
USE_MOTIF= yes |
|
|
31 |
.else |
32 |
CONFIGURE_ARGS+= --without-motif |
32 |
.endif |
33 |
.endif |
33 |
|
34 |
|
34 |
.if ${HAVE_GNOME:Mesound}!="" |
35 |
.if ${PORT_OPTIONS:MESOUND} |
35 |
USE_GNOME+= esound |
36 |
USE_GNOME+= esound |
36 |
CONFIGURE_ARGS+= --without-rplay --with-esound |
37 |
CONFIGURE_ARGS+= --without-rplay --with-esound |
37 |
.else |
38 |
.else |
Lines 42-45
Link Here
|
42 |
post-patch: |
43 |
post-patch: |
43 |
@${REINPLACE_CMD} -e 's|/games/|/|g' ${WRKSRC}/Makefile.in |
44 |
@${REINPLACE_CMD} -e 's|/games/|/|g' ${WRKSRC}/Makefile.in |
44 |
|
45 |
|
45 |
.include <bsd.port.post.mk> |
46 |
.include <bsd.port.mk> |