mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
23 lines
489 B
Makefile
23 lines
489 B
Makefile
# Created by: 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
|
|
USES= pathfix pkgconfig
|
|
USE_GNOME= glib20
|
|
USE_LDCONFIG= yes
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's,libmpd-1.0\/libmpd,libmpd,' \
|
|
${WRKSRC}/src/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|