View | Details | Raw Unified | Return to bug 116451 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-1 / +20 lines)
Lines 6-11 Link Here
6
6
7
PORTNAME=	asunder
7
PORTNAME=	asunder
8
PORTVERSION=	0.8.1
8
PORTVERSION=	0.8.1
9
PORTREVISION=	1
9
CATEGORIES=	audio
10
CATEGORIES=	audio
10
MASTER_SITES=	http://littlesvr.ca/asunder/releases/
11
MASTER_SITES=	http://littlesvr.ca/asunder/releases/
11
12
Lines 15-22 Link Here
15
LIB_DEPENDS=	cddb.4:${PORTSDIR}/audio/libcddb
16
LIB_DEPENDS=	cddb.4:${PORTSDIR}/audio/libcddb
16
RUN_DEPENDS=	${LOCALBASE}/bin/cdparanoia:${PORTSDIR}/audio/cdparanoia
17
RUN_DEPENDS=	${LOCALBASE}/bin/cdparanoia:${PORTSDIR}/audio/cdparanoia
17
18
19
OPTIONS=	LAME "lame support" on \
20
		OGG "ogg-vorbis support" on \
21
		FLAC "FLAC support" on
22
18
GNU_CONFIGURE=	yes
23
GNU_CONFIGURE=	yes
19
USE_XLIB=	yes
24
USE_XLIB=	yes
20
USE_GNOME=	gtk20
25
USE_GNOME=	gtk20
21
26
22
.include <bsd.port.mk>
27
.include <bsd.port.pre.mk>
28
29
.if defined(WITH_LAME)
30
RUN_DEPENDS += lame:${PORTSDIR}/audio/lame
31
.endif
32
33
.if defined(WITH_LAME)
34
RUN_DEPENDS += oggenc:${PORTSDIR}/audio/vorbis-tools
35
.endif
36
37
.if defined(WITH_LAME)
38
RUN_DEPENDS += flac:${PORTSDIR}/audio/flac
39
.endif
40
41
.include <bsd.port.post.mk>

Return to bug 116451