aboutsummaryrefslogtreecommitdiff
path: root/audio/libmpdclient/Makefile
blob: 332f3011cea96e5234f9fa70fdd404da8714196b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# New ports collection makefile for:	libmpdclient
# Date created:		Dec 23 2009
# Whom:			Grzegorz Blach <magik@roorback.net>
#
# $FreeBSD$
#

PORTNAME=	libmpdclient
PORTVERSION=	2.6
CATEGORIES=	audio
MASTER_SITES=	SF/musicpd/${PORTNAME}/${PORTVERSION}

MAINTAINER=	magik@roorback.net
COMMENT=	API library for interfacing MPD

USE_BZIP2=	yes
GNU_CONFIGURE=	yes
USE_GMAKE=	yes
USE_GNOME=	pkgconfig gnomehack
USE_LDCONFIG=	yes
WITH_FBSD10_FIX=yes

.include <bsd.port.mk>