Tweak audio/mp3splt version 2.6.2
[dports.git] / audio / gmpc-mserver / Makefile
1 # Created by: Martin Wilke <miwi@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       gmpc-mserver
5 PORTVERSION=    0.20.0
6 PORTREVISION=   13
7 CATEGORIES=     audio
8 MASTER_SITES=   http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/ \
9                 http://freebsd.unixfreunde.de/sources/
10
11 MAINTAINER=     ports@FreeBSD.org
12 COMMENT=        Lets you stream music files to your mpd that are not in your database
13
14 LICENSE=        GPLv2+
15 LICENSE_FILE=   ${WRKSRC}/COPYING
16
17 LIB_DEPENDS=    libmpd.so:audio/libmpd \
18                 libtag.so:audio/taglib \
19                 libmicrohttpd.so:www/libmicrohttpd
20 BUILD_DEPENDS=  ${LOCALBASE}/libdata/pkgconfig/gmpc.pc:audio/gmpc
21 RUN_DEPENDS=    gmpc:audio/gmpc
22
23 GNU_CONFIGURE=  yes
24 CPPFLAGS+=      -I${LOCALBASE}/include
25 LDFLAGS+=       -L${LOCALBASE}/lib
26 USE_GNOME=      glib20 gtk20 intltool libxml2
27 USES=           gettext gmake libtool pathfix pkgconfig
28 INSTALL_TARGET= install-strip
29
30 .include <bsd.port.mk>