1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/audio/cpp-xmms2/Makefile
Baptiste Daroussin f5f6cd6d9b Chase boost update
2013-01-31 13:38:42 +00:00

23 lines
441 B
Makefile

# Created by: Alexander Botero-Lowry <alex@foxybanana.com>
# $FreeBSD$
PORTREVISION= 7
CATEGORIES= audio
PKGNAMEPREFIX= cpp-
MAINTAINER= madpilot@FreeBSD.org
COMMENT= C++ Bindings for XMMS2
LIB_DEPENDS+= boost_signals:${PORTSDIR}/devel/boost-libs \
xmmsclient.6:${PORTSDIR}/audio/xmms2
MASTERDIR= ${.CURDIR}/../xmms2
USE_LDCONFIG= yes
USE_GNOME= glib20
PLIST= ${.CURDIR}/pkg-plist
XMMS2_SLAVE= cpp
.include "${MASTERDIR}/Makefile"