1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/audio/libmpdclient/Makefile
Frederic Culot e898d96a17 - Update to 2.4
PR:		ports/153685
Submitted by:	Grzegorz Blach <magik AT roorback.net> (maintainer)
Approved by:	sahil@/wen@ (mentors, implicit)
2011-01-05 19:03:38 +00:00

23 lines
448 B
Makefile

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