View | Details | Raw Unified | Return to bug 102187
Collapse All | Expand All

(-)/usr/home/simon/src/ports/audio/cmus/Makefile (-7 / +7 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME=	cmus
8
PORTNAME=	cmus
9
PORTVERSION=	2.0.3
9
PORTVERSION=	2.0.3
10
PORTREVISION=	1
10
CATEGORIES=	audio
11
CATEGORIES=	audio
11
MASTER_SITES=	http://onion.dynserv.net/~timo/files/ \
12
MASTER_SITES=	http://onion.dynserv.net/~timo/files/ \
12
		http://mirror.greaterscope.net/cmus/
13
		http://mirror.greaterscope.net/cmus/
Lines 27-38 Link Here
27
		MODPLUG "libmodplug (mod, x3m, ...) support" Off \
28
		MODPLUG "libmodplug (mod, x3m, ...) support" Off \
28
		MUSEPACK "libmpcdec (Musepack .mpc) support" Off \
29
		MUSEPACK "libmpcdec (Musepack .mpc) support" Off \
29
		VORBIS "Ogg/Vorbis support" On \
30
		VORBIS "Ogg/Vorbis support" On \
30
		LIBAO "Libao cross-platform audio library" On \
31
		LIBAO "Libao cross-platform audio library" Off \
31
		ARTS "ARTS support" Off \
32
		ARTS "ARTS support" Off \
32
		TREMOR "Use Tremor as Ogg/Vorbis input plugin" Off
33
		TREMOR "Use Tremor as Ogg/Vorbis input plugin" Off
33
34
34
.include <bsd.port.pre.mk>
35
.include <bsd.port.pre.mk>
35
36
37
.if ${OSVERSION} < 500000
38
BROKEN=		does not compile on FreeBSD 4.X
39
.endif
40
36
.if defined(WITH_FLAC)
41
.if defined(WITH_FLAC)
37
LIB_DEPENDS+=	FLAC:${PORTSDIR}/audio/flac
42
LIB_DEPENDS+=	FLAC:${PORTSDIR}/audio/flac
38
CONFIGURE_ARGS+=CONFIG_FLAC=y
43
CONFIGURE_ARGS+=CONFIG_FLAC=y
Lines 105-115 Link Here
105
110
106
post-extract:
111
post-extract:
107
	@${REINPLACE_CMD} -e 's,-lncursesw,-lncurses,g' ${WRKSRC}/configure
112
	@${REINPLACE_CMD} -e 's,-lncursesw,-lncurses,g' ${WRKSRC}/configure
108
113
	@${REINPLACE_CMD} -e 's,doc/cmus/examples,examples/cmus,g' ${WRKSRC}/Makefile
109
post-install:
110
.if !defined(NOPORTDOCS)
111
	${MKDIR} ${EXAMPLESDIR}
112
	${INSTALL} ${WRKSRC}/cmus-status-display ${EXAMPLESDIR}
113
.endif
114
114
115
.include <bsd.port.post.mk>
115
.include <bsd.port.post.mk>
(-)/usr/home/simon/src/ports/audio/cmus/pkg-plist (-2 / +2 lines)
Lines 15-22 Link Here
15
%%DATADIR%%/green-mono-88.theme
15
%%DATADIR%%/green-mono-88.theme
16
%%DATADIR%%/rc
16
%%DATADIR%%/rc
17
%%DATADIR%%/xterm-white.theme
17
%%DATADIR%%/xterm-white.theme
18
%%PORTDOCS%%%%EXAMPLESDIR%%/cmus-status-display
18
%%EXAMPLESDIR%%/cmus-status-display
19
%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%
19
@dirrm %%EXAMPLESDIR%%
20
@dirrm %%DATADIR%%
20
@dirrm %%DATADIR%%
21
@dirrm lib/cmus/op
21
@dirrm lib/cmus/op
22
@dirrm lib/cmus/ip
22
@dirrm lib/cmus/ip

Return to bug 102187