2009-12-29 06:07:28 +00:00
|
|
|
# New ports collection makefile for: libmpdclient
|
|
|
|
# Date created: Dec 23 2009
|
|
|
|
# Whom: Grzegorz Blach <magik@roorback.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libmpdclient
|
2011-07-20 17:16:28 +00:00
|
|
|
PORTVERSION= 2.5
|
2009-12-29 06:07:28 +00:00
|
|
|
CATEGORIES= audio
|
|
|
|
MASTER_SITES= SF/musicpd/${PORTNAME}/${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= magik@roorback.net
|
|
|
|
COMMENT= API library for interfacing MPD
|
|
|
|
|
|
|
|
USE_BZIP2= yes
|
|
|
|
GNU_CONFIGURE= yes
|
2010-02-02 15:59:28 +00:00
|
|
|
USE_GMAKE= yes
|
2009-12-29 06:07:28 +00:00
|
|
|
USE_GNOME= pkgconfig gnomehack
|
|
|
|
USE_LDCONFIG= yes
|
2011-10-29 10:39:40 +00:00
|
|
|
WITH_FBSD10_FIX=yes
|
2009-12-29 06:07:28 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|