2006-04-05 14:28:05 +02:00
|
|
|
# New ports collection makefile for: libmpd
|
|
|
|
# Date created: Apr 4 2006
|
|
|
|
# Whom: Stepan Zastupov [RedChrom] <redchrom@gmail.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libmpd
|
2009-02-03 10:03:44 +01:00
|
|
|
PORTVERSION= 0.17.0
|
2006-04-05 14:28:05 +02:00
|
|
|
CATEGORIES= audio
|
2008-09-30 13:35:17 +02:00
|
|
|
MASTER_SITES= http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/
|
2006-04-05 14:28:05 +02:00
|
|
|
|
2008-09-30 13:35:17 +02:00
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
2006-04-05 14:28:05 +02:00
|
|
|
COMMENT= Abstraction around libmpdclient
|
|
|
|
|
2007-02-01 03:42:05 +01:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2006-04-05 14:28:05 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2008-03-30 00:57:34 +01:00
|
|
|
USE_GNOME= pkgconfig glib20 gnomehack
|
2007-08-29 13:07:54 +02:00
|
|
|
USE_LDCONFIG= yes
|
2006-04-05 14:28:05 +02:00
|
|
|
|
2009-02-03 10:03:44 +01:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's,libmpd-1.0\/libmpd,libmpd,' \
|
|
|
|
${WRKSRC}/src/Makefile.in
|
|
|
|
|
2008-03-30 00:57:34 +01:00
|
|
|
.include <bsd.port.mk>
|