View | Details | Raw Unified | Return to bug 199212
Collapse All | Expand All

(-)audio/libmpd/Makefile (-3 / +4 lines)
Lines 5-19 Link Here
5
PORTVERSION=	11.8.17
5
PORTVERSION=	11.8.17
6
PORTREVISION=	1
6
PORTREVISION=	1
7
CATEGORIES=	audio
7
CATEGORIES=	audio
8
MASTER_SITES=	http://download.sarine.nl/Programs/gmpc/11.8.16/
8
MASTER_SITES=	http://download.sarine.nl/Programs/gmpc/11.8/
9
9
10
MAINTAINER=	ports@FreeBSD.org
10
MAINTAINER=	ports@FreeBSD.org
11
COMMENT=	Abstraction around libmpdclient
11
COMMENT=	Abstraction around libmpdclient
12
12
13
BROKEN=		Unfetchable
13
LICENSE=	GPLv2 # (or later)
14
GNU_CONFIGURE=	yes
14
15
USES=		libtool pathfix pkgconfig
15
USES=		libtool pathfix pkgconfig
16
USE_GNOME=	glib20
16
USE_GNOME=	glib20
17
GNU_CONFIGURE=	yes
17
USE_LDCONFIG=	yes
18
USE_LDCONFIG=	yes
18
19
19
post-patch:
20
post-patch:
(-)audio/libmpd/pkg-descr (-1 / +1 lines)
Lines 1-4 Link Here
1
libmpd is an abstraction around libmpdclient. It provides
1
libmpd is an abstraction around libmpdclient. It provides
2
an easy and reliable callback based interface to mpd.
2
an easy and reliable callback based interface to mpd.
3
3
4
WWW: http://gmpcwiki.sarine.nl/index.php/GMPC
4
WWW: http://gmpc.wikia.com/

Return to bug 199212