aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-10-05 00:44:16 +0800
committerbapt <bapt@FreeBSD.org>2013-10-05 00:44:16 +0800
commit71034e202f8bbb49bb0cfde3d6094c4a93825f1c (patch)
tree791d6d8df637c4e0029266902f7cbaee949e655c /audio
parentccd23055bdf4d7c1cf73255a9ef91905a46e838c (diff)
downloadfreebsd-ports-gnome-71034e202f8bbb49bb0cfde3d6094c4a93825f1c.tar.gz
freebsd-ports-gnome-71034e202f8bbb49bb0cfde3d6094c4a93825f1c.tar.zst
freebsd-ports-gnome-71034e202f8bbb49bb0cfde3d6094c4a93825f1c.zip
Stagify
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