1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/audio/libmpd/Makefile
2012-02-06 15:31:50 +00:00

26 lines
556 B
Makefile

# New ports collection makefile for: libmpd
# Date created: Apr 4 2006
# Whom: Stepan Zastupov [RedChrom] <redchrom@gmail.com>
#
# $FreeBSD$
#
PORTNAME= libmpd
PORTVERSION= 11.8.17
CATEGORIES= audio
MASTER_SITES= http://download.sarine.nl/Programs/gmpc/11.8.16/
MAINTAINER= miwi@FreeBSD.org
COMMENT= Abstraction around libmpdclient
USE_AUTOTOOLS= libtool
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>