diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-04-07 02:59:15 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-04-07 02:59:15 +0800 |
commit | b1bbfe4a9eb8771a75b5505e94fed9b44e21a04a (patch) | |
tree | 47c82ae101fa765abf6931f1644712f4dcbfcda3 /audio | |
parent | c296d53ca0653644984d46829988148b12c67eae (diff) | |
download | freebsd-ports-gnome-b1bbfe4a9eb8771a75b5505e94fed9b44e21a04a.tar.gz freebsd-ports-gnome-b1bbfe4a9eb8771a75b5505e94fed9b44e21a04a.tar.zst freebsd-ports-gnome-b1bbfe4a9eb8771a75b5505e94fed9b44e21a04a.zip |
- Update MASTER_SITES and unbreak this port
- Add LICENSE
- Fix build
- Update WWW
PR: 199212
Submitted by: <tkato432@yahoo.com>
Diffstat (limited to 'audio')
-rw-r--r-- | audio/libmpd/Makefile | 7 | ||||
-rw-r--r-- | audio/libmpd/pkg-descr | 2 |
2 files changed, 5 insertions, 4 deletions
diff --git a/audio/libmpd/Makefile b/audio/libmpd/Makefile index 66a7ad565811..bbcb9e1497ad 100644 --- a/audio/libmpd/Makefile +++ b/audio/libmpd/Makefile @@ -5,15 +5,16 @@ PORTNAME= libmpd PORTVERSION= 11.8.17 PORTREVISION= 1 CATEGORIES= audio -MASTER_SITES= http://download.sarine.nl/Programs/gmpc/11.8.16/ +MASTER_SITES= http://download.sarine.nl/Programs/gmpc/${PORTVERSION:R}/ MAINTAINER= ports@FreeBSD.org COMMENT= Abstraction around libmpdclient -BROKEN= Unfetchable -GNU_CONFIGURE= yes +LICENSE= GPLv2 # (or later) + USES= libtool pathfix pkgconfig USE_GNOME= glib20 +GNU_CONFIGURE= yes USE_LDCONFIG= yes post-patch: diff --git a/audio/libmpd/pkg-descr b/audio/libmpd/pkg-descr index 0a30848d2fd5..21395e1b77c7 100644 --- a/audio/libmpd/pkg-descr +++ b/audio/libmpd/pkg-descr @@ -1,4 +1,4 @@ libmpd is an abstraction around libmpdclient. It provides an easy and reliable callback based interface to mpd. -WWW: http://gmpcwiki.sarine.nl/index.php/GMPC +WWW: http://gmpc.wikia.com/ |