1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00
freebsd-ports/audio/libmpd/Makefile
Martin Wilke 80686e7d9b - Update to 0.19.0
Changelog:
	http://gmpc.wikia.com/wiki/GMPC_0.19.0

Approved by:	portmgr (pav, erwin)
Feature safe:	yes
2009-09-25 17:57:53 +00:00

27 lines
608 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.19.0
CATEGORIES= audio
MASTER_SITES= http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/ \
http://freebsd.unixfreunde.de/sources/
MAINTAINER= miwi@FreeBSD.org
COMMENT= Abstraction around libmpdclient
USE_AUTOTOOLS= libtool:22
GNU_CONFIGURE= yes
USE_GNOME= pkgconfig glib20 gnomehack
USE_LDCONFIG= yes
post-patch:
@${REINPLACE_CMD} -e 's,libmpd-1.0\/libmpd,libmpd,' \
${WRKSRC}/src/Makefile.in
.include <bsd.port.mk>