|
Lines 7-13
Link Here
|
| 7 |
|
7 |
|
| 8 |
PORTNAME= vtwm |
8 |
PORTNAME= vtwm |
| 9 |
PORTVERSION= 5.4.7 |
9 |
PORTVERSION= 5.4.7 |
| 10 |
PORTREVISION= 2 |
10 |
PORTREVISION= 3 |
| 11 |
CATEGORIES= x11-wm |
11 |
CATEGORIES= x11-wm |
| 12 |
MASTER_SITES= http://www.vtwm.org/downloads/ |
12 |
MASTER_SITES= http://www.vtwm.org/downloads/ |
| 13 |
|
13 |
|
|
Lines 22-28
Link Here
|
| 22 |
OPTIONS= SOUND "Sound support" on \ |
22 |
OPTIONS= SOUND "Sound support" on \ |
| 23 |
NLS "Native language support" on |
23 |
NLS "Native language support" on |
| 24 |
|
24 |
|
| 25 |
.include <bsd.port.pre.mk> |
25 |
.if defined(WITHOUT_SOUND) |
|
|
26 |
LIB_DEPENDS+= rplay.1:${PORTSDIR}/audio/rplay |
| 27 |
.endif |
| 26 |
|
28 |
|
| 27 |
post-patch: |
29 |
post-patch: |
| 28 |
.if defined(WITHOUT_SOUND) |
30 |
.if defined(WITHOUT_SOUND) |
|
Lines 30-37
Link Here
|
| 30 |
's:^XCOMM NO_SOUND_SUPPORT: NO_SOUND_SUPPORT:; \ |
32 |
's:^XCOMM NO_SOUND_SUPPORT: NO_SOUND_SUPPORT:; \ |
| 31 |
s:^SOUNDLIB:XCOMM SOUNDLIB:; \ |
33 |
s:^SOUNDLIB:XCOMM SOUNDLIB:; \ |
| 32 |
s:^SOUNDINC:XCOMM SOUNDINC: ' ${WRKSRC}/Imakefile |
34 |
s:^SOUNDINC:XCOMM SOUNDINC: ' ${WRKSRC}/Imakefile |
| 33 |
.else |
|
|
| 34 |
LIB_DEPENDS+= rplay.1:${PORTSDIR}/audio/rplay |
| 35 |
.endif |
35 |
.endif |
| 36 |
|
36 |
|
| 37 |
.if defined(WITHOUT_NLS) |
37 |
.if defined(WITHOUT_NLS) |
|
Lines 39-42
Link Here
|
| 39 |
's:^XCOMM NO_I18N_SUPPORT: NO_I18N_SUPPORT:' ${WRKSRC}/Imakefile |
39 |
's:^XCOMM NO_I18N_SUPPORT: NO_I18N_SUPPORT:' ${WRKSRC}/Imakefile |
| 40 |
.endif |
40 |
.endif |
| 41 |
|
41 |
|
| 42 |
.include <bsd.port.post.mk> |
42 |
.include <bsd.port.mk> |