mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
- Update to 0.5
- Add math/fftw3 to dependency [1] Submitted by: Stefan Ehmann <shoesoft@gmx.net> (via private mail) [1]
This commit is contained in:
parent
6188c9e704
commit
3d675a4e26
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=247420
@ -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)
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (ncmpcpp-0.4.1.tar.bz2) = 120e15c8791f82c30671990bbf2022e1
|
||||
SHA256 (ncmpcpp-0.4.1.tar.bz2) = 51f023521edaa7c4fa719a6d1f0d2f44e71e983b361152f20d01a422babc65a3
|
||||
SIZE (ncmpcpp-0.4.1.tar.bz2) = 349814
|
||||
MD5 (ncmpcpp-0.5.tar.bz2) = 5b34a969d34adb6a5e7ab088694ee870
|
||||
SHA256 (ncmpcpp-0.5.tar.bz2) = 4271cd477cc26038a3f6526a97bcf8b6a8785d08a2828a3ec2a18e1e4f197cae
|
||||
SIZE (ncmpcpp-0.5.tar.bz2) = 340041
|
||||
|
Loading…
Reference in New Issue
Block a user