summaryrefslogtreecommitdiffstats
path: root/net-p2p/moodriver/Makefile
blob: 45bbe6757f49a8a4da9527a0b2b48167e51b7ec4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# New ports collection makefile for:	moodriver
# Date created:				2006-07-24
# Whom:					Roman Bogorodskiy <novel@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	moodriver
PORTVERSION=	0.06
CATEGORIES=	net-p2p
MASTER_SITES=	http://files.beep-media-player.org/releases/moodriver/

MAINTAINER=	novel@FreeBSD.org
COMMENT=	C++ museekd client library

LIB_DEPENDS=	sigc-2.0.0:${PORTSDIR}/devel/libsigc++20

GNU_CONFIGURE=	yes
CONFIGURE_ENV=	CXXFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
		LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
CONFIGURE_ARGS+=	--with-pkgconfig-dir=${PREFIX}/libdata/pkgconfig
USE_GETTEXT=	yes
USE_GNOME=	glib20
USE_LDCONFIG=	yes

.include <bsd.port.mk>
OpenPOWER on IntegriCloud