Lines 6-30
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= xgalaga |
8 |
PORTNAME= xgalaga |
9 |
PORTVERSION= 2.0.34 |
9 |
PORTVERSION= 2.1.1.0 |
10 |
PORTREVISION= 3 |
|
|
11 |
CATEGORIES= games |
10 |
CATEGORIES= games |
12 |
MASTER_SITES= http://people.FreeBSD.org/~linimon/public_distfiles/ |
11 |
MASTER_SITES= http://downloads.sourceforge.net/project/xgalaga/${PORTVERSION}/ |
13 |
|
12 |
|
14 |
MAINTAINER= turutani@scphys.kyoto-u.ac.jp |
13 |
MAINTAINER= turutani@scphys.kyoto-u.ac.jp |
15 |
COMMENT= Galaga resurrected on X |
14 |
COMMENT= Galaga resurrected on X |
16 |
|
15 |
|
|
|
16 |
USE_GMAKE= yes |
17 |
USE_XORG= xpm xmu |
17 |
USE_XORG= xpm xmu |
18 |
HAS_CONFIGURE= yes |
18 |
HAS_CONFIGURE= yes |
|
|
19 |
MAN6= xgalaga.6x |
20 |
MANCOMPRESSED= yes |
19 |
# xgalaga has a very strange usage of these variables... |
21 |
# xgalaga has a very strange usage of these variables... |
20 |
CONFIGURE_ARGS= --prefix=${LOCALBASE}/lib/X11/xgalaga \ |
22 |
CONFIGURE_ARGS= --prefix=${LOCALBASE}/lib/X11/xgalaga \ |
|
|
23 |
--mandir=${LOCALBASE}/man \ |
21 |
--exec_prefix=${LOCALBASE}/bin |
24 |
--exec_prefix=${LOCALBASE}/bin |
22 |
|
25 |
|
23 |
OPTIONS= SOUND "Sound support" on |
26 |
OPTIONS= SOUND "Sound support" on |
24 |
|
27 |
|
25 |
.include <bsd.port.pre.mk> |
28 |
.include <bsd.port.pre.mk> |
26 |
|
29 |
|
27 |
.if !defined(WITHOUT_SOUND) && !defined(NOSOUND) |
30 |
.if defined(WITHOUT_SOUND) || defined(NOSOUND) |
28 |
CONFIGURE_ARGS+= --without-sound |
31 |
CONFIGURE_ARGS+= --without-sound |
29 |
PLIST_SUB= SOUND="@comment " |
32 |
PLIST_SUB= SOUND="@comment " |
30 |
.else |
33 |
.else |