Lines 1-7
Link Here
|
1 |
# New ports collection makefile for: xgalaga |
|
|
2 |
# Date created: 27 August 1995 |
3 |
# Whom: asami |
4 |
# |
5 |
# $FreeBSD: ports/games/xgalaga/Makefile,v 1.31 2012/05/13 15:41:22 madpilot Exp $ |
1 |
# $FreeBSD: ports/games/xgalaga/Makefile,v 1.31 2012/05/13 15:41:22 madpilot Exp $ |
6 |
# |
2 |
# |
7 |
|
3 |
|
Lines 23-33
Link Here
|
23 |
--mandir=${LOCALBASE}/man \ |
19 |
--mandir=${LOCALBASE}/man \ |
24 |
--exec_prefix=${LOCALBASE}/bin |
20 |
--exec_prefix=${LOCALBASE}/bin |
25 |
|
21 |
|
26 |
OPTIONS= SOUND "Sound support" on |
22 |
OPTIONS_DEFINE=SOUND |
|
|
23 |
OPTIONS_DEFAULT=SOUND |
27 |
|
24 |
|
28 |
.include <bsd.port.pre.mk> |
25 |
.include <bsd.port.options.mk> |
29 |
|
26 |
|
30 |
.if defined(WITHOUT_SOUND) || defined(NOSOUND) |
27 |
.if empty(PORT_OPTIONS:MSOUND) |
31 |
CONFIGURE_ARGS+= --without-sound |
28 |
CONFIGURE_ARGS+= --without-sound |
32 |
PLIST_SUB= SOUND="@comment " |
29 |
PLIST_SUB= SOUND="@comment " |
33 |
.else |
30 |
.else |
Lines 37-40
Link Here
|
37 |
post-install: |
34 |
post-install: |
38 |
@${STRIP_CMD} ${PREFIX}/bin/xgalaga |
35 |
@${STRIP_CMD} ${PREFIX}/bin/xgalaga |
39 |
|
36 |
|
40 |
.include <bsd.port.post.mk> |
37 |
.include <bsd.port.mk> |