freebsd-ports/audio/libmpd/Makefile
Edwin Groothuis 6527ef2070 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 13:08:29 +00:00

24 lines
531 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.15.0
PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://download.sarine.nl/gmpc-0.15.5/ \
http://download.gna.org/kanicule/freebsd/distfiles/
MAINTAINER= mathias@monnerville.com
COMMENT= Abstraction around libmpdclient
USE_AUTOTOOLS= libtool:15
GNU_CONFIGURE= yes
USE_GNOME= pkgconfig glib20 gnomehack
USE_LDCONFIG= yes
.include <bsd.port.mk>