freebsd-ports/audio/libmpdclient/Makefile
Martin Wilke a554a6e6fd - Update to 2.7
PR:		165105
Submitted by:	maintainer
2012-05-30 09:35:00 +00:00

22 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.7
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>