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