diff options
author | Thomas Zander <riggs@FreeBSD.org> | 2015-11-15 16:21:01 +0000 |
---|---|---|
committer | Thomas Zander <riggs@FreeBSD.org> | 2015-11-15 16:21:01 +0000 |
commit | dca9c948095aed1cc8beba682de506010b512f0c (patch) | |
tree | 07a5d76e133d1ad1ba591c5fbc0cf0ee1c9414fe /audio/ncmpcpp/Makefile | |
parent | c9edba5dd64222293d3063be6f7bc96324a28a24 (diff) | |
download | ports-dca9c948095aed1cc8beba682de506010b512f0c.tar.gz ports-dca9c948095aed1cc8beba682de506010b512f0c.zip |
Update to upstream version 0.7.0-b1
PR: 204499
Submitted by: yamagi@yamagi.org (maintainer)
Notes
Notes:
svn path=/head/; revision=401713
Diffstat (limited to 'audio/ncmpcpp/Makefile')
-rw-r--r-- | audio/ncmpcpp/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/audio/ncmpcpp/Makefile b/audio/ncmpcpp/Makefile index 3aee738f3b18..2095b3455cfa 100644 --- a/audio/ncmpcpp/Makefile +++ b/audio/ncmpcpp/Makefile @@ -1,9 +1,10 @@ # $FreeBSD$ PORTNAME= ncmpcpp -PORTVERSION= 0.6.7 +PORTVERSION= 0.7.0b1 CATEGORIES= audio MASTER_SITES= http://ncmpcpp.rybczak.net/stable/ +DISTNAME= ncmpcpp-0.7_beta1 MAINTAINER= yamagi@yamagi.org COMMENT= ncurses mpd client, clone of ncmpc with some new features @@ -15,7 +16,9 @@ LIB_DEPENDS= libmpdclient.so:${PORTSDIR}/audio/libmpdclient \ libfftw3.so:${PORTSDIR}/math/fftw3 \ libboost_filesystem.so:${PORTSDIR}/devel/boost-libs -USES= compiler:c++11-lib iconv libtool ncurses pkgconfig tar:bzip2 +WRKSRC= ${WRKDIR}/ncmpcpp-0.7_beta1 + +USES= compiler:c++11-lib iconv libtool ncurses:port pkgconfig tar:bzip2 GNU_CONFIGURE= yes USE_GNOME= glib20 CPPFLAGS+= -I${LOCALBASE}/include @@ -51,11 +54,6 @@ VISUALIZER_CONFIGURE_ENABLE= visualizer .include <bsd.port.pre.mk> -.if ${NCURSESBASE} == /usr -# no need to use ncurses-config if we use ncurses from the base system -CONFIGURE_ARGS+= NCURSES_CONFIG=/usr/bin/true -.endif - post-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/ncmpcpp ${STAGEDIR}${PREFIX}/bin/ post-install-DOCS-on: |