1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/audio/libmpd/Makefile
Baptiste Daroussin 91a1caa242 Reset miwi's maintainership per his demand
Hope to see you back! Thank for all the work!
2014-11-18 09:37:31 +00:00

23 lines
491 B
Makefile

# Created by: Stepan Zastupov [RedChrom] <redchrom@gmail.com>
# $FreeBSD$
PORTNAME= libmpd
PORTVERSION= 11.8.17
PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://download.sarine.nl/Programs/gmpc/11.8.16/
MAINTAINER= ports@FreeBSD.org
COMMENT= Abstraction around libmpdclient
GNU_CONFIGURE= yes
USES= libtool 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>