Lines 5-12
Link Here
|
5 |
# $FreeBSD: ports/audio/asunder/Makefile,v 1.10 2009/07/31 13:48:48 dinoex Exp $ |
5 |
# $FreeBSD: ports/audio/asunder/Makefile,v 1.10 2009/07/31 13:48:48 dinoex Exp $ |
6 |
|
6 |
|
7 |
PORTNAME= asunder |
7 |
PORTNAME= asunder |
8 |
PORTVERSION= 1.6.2 |
8 |
PORTVERSION= 1.9.1 |
9 |
PORTREVISION= 1 |
|
|
10 |
CATEGORIES= audio |
9 |
CATEGORIES= audio |
11 |
MASTER_SITES= http://littlesvr.ca/asunder/releases/ |
10 |
MASTER_SITES= http://littlesvr.ca/asunder/releases/ |
12 |
|
11 |
|
Lines 19-25
Link Here
|
19 |
OPTIONS= LAME "lame support" on \ |
18 |
OPTIONS= LAME "lame support" on \ |
20 |
OGG "ogg-vorbis support" on \ |
19 |
OGG "ogg-vorbis support" on \ |
21 |
FLAC "FLAC support" on \ |
20 |
FLAC "FLAC support" on \ |
22 |
WAVPACK "WavPack support" off |
21 |
WAVPACK "WavPack support" off \ |
|
|
22 |
MONKEYAUDIO "Monkey's Audio support" off |
23 |
|
23 |
|
24 |
USE_BZIP2= yes |
24 |
USE_BZIP2= yes |
25 |
GNU_CONFIGURE= yes |
25 |
GNU_CONFIGURE= yes |
Lines 45-50
Link Here
|
45 |
RUN_DEPENDS+= wavpack:${PORTSDIR}/audio/wavpack |
45 |
RUN_DEPENDS+= wavpack:${PORTSDIR}/audio/wavpack |
46 |
.endif |
46 |
.endif |
47 |
|
47 |
|
|
|
48 |
.if defined(WITH_MONKEYAUDIO) |
49 |
RUN_DEPENDS+= mac:${PORTSDIR}/audio/mac |
50 |
.endif |
51 |
|
48 |
post-install: |
52 |
post-install: |
49 |
.if !defined(NOPORTDOCS) |
53 |
.if !defined(NOPORTDOCS) |
50 |
@${MKDIR} ${DOCSDIR} |
54 |
@${MKDIR} ${DOCSDIR} |