1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/audio/libmpd/Makefile
Martin Wilke f76a258560 - Update to 0.16.1
- Take maintainership for libmpd and gmpc

PR:		127613 127614
Submitted by:	miwi
Approved by:	maintainer
2008-09-30 11:35:17 +00:00

22 lines
469 B
Makefile

# New ports collection makefile for: libmpd
# Date created: Apr 4 2006
# Whom: Stepan Zastupov [RedChrom] <redchrom@gmail.com>
#
# $FreeBSD$
#
PORTNAME= libmpd
PORTVERSION= 0.16.1
CATEGORIES= audio
MASTER_SITES= http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/
MAINTAINER= miwi@FreeBSD.org
COMMENT= Abstraction around libmpdclient
USE_AUTOTOOLS= libtool:15
GNU_CONFIGURE= yes
USE_GNOME= pkgconfig glib20 gnomehack
USE_LDCONFIG= yes
.include <bsd.port.mk>