aboutsummaryrefslogtreecommitdiff
path: root/audio/ncmpcpp/Makefile
diff options
context:
space:
mode:
authorDennis Herrmann <dhn@FreeBSD.org>2010-01-08 21:56:36 +0000
committerDennis Herrmann <dhn@FreeBSD.org>2010-01-08 21:56:36 +0000
commit3d675a4e268d6354e28a6b96950e9e4585eb45bf (patch)
treea8d18735870759726622da153e6eace9c99f667f /audio/ncmpcpp/Makefile
parent6188c9e70430133753bc1250133077370fb8facc (diff)
downloadports-3d675a4e268d6354e28a6b96950e9e4585eb45bf.tar.gz
ports-3d675a4e268d6354e28a6b96950e9e4585eb45bf.zip
Notes
Diffstat (limited to 'audio/ncmpcpp/Makefile')
-rw-r--r--audio/ncmpcpp/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/audio/ncmpcpp/Makefile b/audio/ncmpcpp/Makefile
index c9210f8f9bec..b7fd2f6c07df 100644
--- a/audio/ncmpcpp/Makefile
+++ b/audio/ncmpcpp/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= ncmpcpp
-PORTVERSION= 0.4.1
-PORTREVISION= 1
+PORTVERSION= 0.5
CATEGORIES= audio
MASTER_SITES= http://unkart.ovh.org/ncmpcpp/ \
http://mirror.mcx2.org/
@@ -15,6 +14,9 @@ MASTER_SITES= http://unkart.ovh.org/ncmpcpp/ \
MAINTAINER= dhn@FreeBSD.org
COMMENT= A ncurses mpd client, clone of ncmpc with some new features
+LIB_DEPENDS= mpdclient:${PORTSDIR}/audio/libmpdclient \
+ fftw3.5:${PORTSDIR}/math/fftw3
+
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_ICONV= yes
@@ -81,10 +83,6 @@ BUILD_DEPENDS= ${LOCALBASE}/include/fftw3.h:${PORTSDIR}/math/fftw3
CONFIGURE_ARGS+= --enable-visualizer
.endif
-post-patch:
- @${REINPLACE_CMD} -e 's|/usr/share/i18n/SUPPORTED|${LOCALBASE}/share/locale|g' \
- -e 's|iconv.h|sys/iconv.h|g' ${WRKSRC}/configure*
-
post-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/ncmpcpp ${PREFIX}/bin/
.if !defined(NOPORTDOCS)