aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-10-04 16:44:16 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-10-04 16:44:16 +0000
commit8fcbef600a91aaebd86537c4f749b1f241eb33f4 (patch)
tree791d6d8df637c4e0029266902f7cbaee949e655c /audio
parentf33e812bab599d82f660968bbb9240c6ca9dfadf (diff)
downloadports-8fcbef600a91aaebd86537c4f749b1f241eb33f4.tar.gz
ports-8fcbef600a91aaebd86537c4f749b1f241eb33f4.zip
Notes
Diffstat (limited to 'audio')
-rw-r--r--audio/flac123/Makefile15
-rw-r--r--audio/flac123/pkg-descr2
2 files changed, 8 insertions, 9 deletions
diff --git a/audio/flac123/Makefile b/audio/flac123/Makefile
index 023116bed6fb..3b8287f3de01 100644
--- a/audio/flac123/Makefile
+++ b/audio/flac123/Makefile
@@ -10,12 +10,13 @@ MASTER_SITES= SF/flac-tools/${PORTNAME}/${PORTVERSION}
MAINTAINER= multimedia@FreeBSD.org
COMMENT= Command-line player for flac audio files
-LIB_DEPENDS= FLAC:${PORTSDIR}/audio/flac \
- ao.4:${PORTSDIR}/audio/libao \
- popt.0:${PORTSDIR}/devel/popt
+LIB_DEPENDS= libFLAC.so:${PORTSDIR}/audio/flac \
+ libao.so:${PORTSDIR}/audio/libao \
+ libpopt.so:${PORTSDIR}/devel/popt
+
+OPTIONS_DEFINE= DOCS
USES= gmake
-NO_STAGE= yes
GNU_CONFIGURE= yes
PORTDOCS= README.remote
@@ -26,11 +27,9 @@ post-patch:
${WRKSRC}/configure
post-install:
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
.for file in ${PORTDOCS}
- ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR}
.endfor
-.endif
.include <bsd.port.mk>
diff --git a/audio/flac123/pkg-descr b/audio/flac123/pkg-descr
index 4cec73784f8c..ce3992ca9ac4 100644
--- a/audio/flac123/pkg-descr
+++ b/audio/flac123/pkg-descr
@@ -2,4 +2,4 @@ Flac123 is a console-line Free Lossless Audio Codec (flac) audio player.
It implements mpg123's 'Remote Control' interface and has the ability to
output to a wav file or stdout.
-WWW: http://flac-tools.sf.net
+WWW: http://flac-tools.sf.net