freebsd-ports/audio/libmpdclient/Makefile
Wen Heping fdea6eaab1 A stable, documented, asynchronous API library for interfacing MPD in
the C, C++ & Objective C languages.

WWW: http://mpd.wikia.com/wiki/Music_Player_Daemon_Wiki

PR:		ports/141923
Submitted by:	Grzegorz Blach <magik@roorback.net>
2009-12-29 06:07:28 +00:00

21 lines
433 B
Makefile

# New ports collection makefile for: libmpdclient
# Date created: Dec 23 2009
# Whom: Grzegorz Blach <magik@roorback.net>
#
# $FreeBSD$
#
PORTNAME= libmpdclient
PORTVERSION= 2.1
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_GNOME= pkgconfig gnomehack
USE_LDCONFIG= yes
.include <bsd.port.mk>