diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-08-08 06:24:31 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-08-08 06:24:31 +0000 |
commit | 28524ae3351fa732339fb9eee99b65b0eb17adbf (patch) | |
tree | cfe7b518c803058472638417a9bef0322d1cf9b9 /audio | |
parent | 8bcef248f645bf26d80bc3b630f76d620f495373 (diff) | |
download | ports-28524ae3351fa732339fb9eee99b65b0eb17adbf.tar.gz ports-28524ae3351fa732339fb9eee99b65b0eb17adbf.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/mpdscribble/Makefile | 32 | ||||
-rw-r--r-- | audio/mpdscribble/distinfo | 6 |
2 files changed, 24 insertions, 14 deletions
diff --git a/audio/mpdscribble/Makefile b/audio/mpdscribble/Makefile index 028afa546e37..99e05c5f2d0e 100644 --- a/audio/mpdscribble/Makefile +++ b/audio/mpdscribble/Makefile @@ -6,15 +6,14 @@ # PORTNAME= mpdscribble -PORTVERSION= 0.17 -PORTREVISION= 1 +PORTVERSION= 0.18 CATEGORIES= audio MASTER_SITES= SF/musicpd MAINTAINER= ports@FreeBSD.org COMMENT= Musicpd last.fm client -LIB_DEPENDS= soup:${PORTSDIR}/devel/libsoup +OPTIONS= SOUP "Use libsoup for HTTP client library" off USE_BZIP2= yes USE_GNOME= glib20 pkgconfig @@ -23,17 +22,28 @@ MAN1= mpdscribble.1 USE_RC_SUBR= mpdscribble +.include <bsd.port.pre.mk> + +.if defined(WITH_SOUP) +LIB_DEPENDS+= soup-2.4.1:${PORTSDIR}/devel/libsoup +CONFIGURE_ARGS+= --with-http-client=soup +.else +LIB_DEPENDS+= curl.5:${PORTSDIR}/ftp/curl +CONFIGURE_ARGS+= --with-http-client=curl +.endif + do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/src/mpdscribble ${PREFIX}/bin/mpdscribble + ${INSTALL_MAN} ${WRKSRC}/doc/mpdscribble.1 ${MANPREFIX}/man/man1/mpdscribble.1 + ${INSTALL_DATA} ${WRKSRC}/doc/mpdscribble.conf ${PREFIX}/etc/mpdscribble.conf.sample +.if !exists(${PREFIX}/etc/mpdscribble.conf) + @(cd ${PREFIX}/etc && ${CP} mpdscribble.conf.sample mpdscribble.conf) +.endif .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} -.for i in README AUTHORS NEWS - @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} +.for file in AUTHORS NEWS README + ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} .endfor .endif - @[ -f ${PREFIX}/etc/mpdscribble.conf ] || \ - ${INSTALL_DATA} ${WRKSRC}/doc/mpdscribble.conf ${PREFIX}/etc/mpdscribble.conf - @${INSTALL_DATA} ${WRKSRC}/doc/mpdscribble.conf ${PREFIX}/etc/mpdscribble.conf.sample - @${INSTALL_PROGRAM} ${WRKSRC}/src/mpdscribble ${PREFIX}/bin/mpdscribble - @${INSTALL_MAN} ${WRKSRC}/doc/mpdscribble.1 ${PREFIX}/man/man1/mpdscribble.1 -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/audio/mpdscribble/distinfo b/audio/mpdscribble/distinfo index 5125acb5146f..41f3f92d3f20 100644 --- a/audio/mpdscribble/distinfo +++ b/audio/mpdscribble/distinfo @@ -1,3 +1,3 @@ -MD5 (mpdscribble-0.17.tar.bz2) = af8e565c8b5c0e8e5363bca35df0438a -SHA256 (mpdscribble-0.17.tar.bz2) = 228a66b7544228cabef9df4cbc44f9704c26e1f4a3ed7792f81abbf6366fd416 -SIZE (mpdscribble-0.17.tar.bz2) = 124652 +MD5 (mpdscribble-0.18.tar.bz2) = 688d4df2a7ab7de4f4605a1a8b804de9 +SHA256 (mpdscribble-0.18.tar.bz2) = 030727cbe149c3129b0b12d745830ce37f678fda247ddbcc093e34c1954bf508 +SIZE (mpdscribble-0.18.tar.bz2) = 126355 |