Prune audio/clementine-player
[dports.git] / audio / cpp-xmms2 / Makefile
1 # Created by: Alexander Botero-Lowry <alex@foxybanana.com>
2 # $FreeBSD$
3
4 PORTREVISION=   8
5 CATEGORIES=     audio
6 PKGNAMEPREFIX=  cpp-
7
8 MAINTAINER=     madpilot@FreeBSD.org
9 COMMENT=        C++ Bindings for XMMS2
10
11 LIB_DEPENDS+=   libboost_signals.so:devel/boost-libs \
12                 libxmmsclient.so:audio/xmms2
13
14 MASTERDIR=      ${.CURDIR}/../xmms2
15 USE_LDCONFIG=   yes
16 USE_GNOME=      glib20
17
18 PLIST=          ${.CURDIR}/pkg-plist
19
20 XMMS2_SLAVE=    cpp
21
22 .include "${MASTERDIR}/Makefile"