2012-10-06 17:01:11 +02:00
|
|
|
# Created by: Alexander Botero-Lowry <alex@foxybanana.com>
|
2006-07-07 20:26:27 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2013-01-31 14:38:42 +01:00
|
|
|
PORTREVISION= 7
|
2006-07-07 20:26:27 +02:00
|
|
|
CATEGORIES= audio
|
|
|
|
PKGNAMEPREFIX= cpp-
|
|
|
|
|
2012-10-06 17:01:11 +02:00
|
|
|
MAINTAINER= madpilot@FreeBSD.org
|
2006-07-07 20:26:27 +02:00
|
|
|
COMMENT= C++ Bindings for XMMS2
|
|
|
|
|
2013-01-31 14:38:42 +01:00
|
|
|
LIB_DEPENDS+= boost_signals:${PORTSDIR}/devel/boost-libs \
|
2011-02-25 00:38:28 +01:00
|
|
|
xmmsclient.6:${PORTSDIR}/audio/xmms2
|
2006-07-07 20:26:27 +02:00
|
|
|
|
|
|
|
MASTERDIR= ${.CURDIR}/../xmms2
|
|
|
|
USE_LDCONFIG= yes
|
2007-05-28 00:58:34 +02:00
|
|
|
USE_GNOME= glib20
|
2006-07-07 20:26:27 +02:00
|
|
|
|
2006-08-17 21:30:06 +02:00
|
|
|
PLIST= ${.CURDIR}/pkg-plist
|
2006-07-07 20:26:27 +02:00
|
|
|
|
|
|
|
XMMS2_SLAVE= cpp
|
|
|
|
|
|
|
|
.include "${MASTERDIR}/Makefile"
|