# New ports collection makefile for: cpp-xmms2 # Date created: 06 Jul 2006 # Whom: Alexander Botero-Lowry # # $FreeBSD: ports/audio/cpp-xmms2/Makefile,v 1.6 2007/07/04 15:10:54 barner Exp $ # PORTREVISION= 1 CATEGORIES= audio PKGNAMEPREFIX= cpp- MAINTAINER= alexbl@FreeBSD.org COMMENT= C++ Bindings for XMMS2 LIB_DEPENDS+= boost_signals.4:${PORTSDIR}/devel/boost \ xmmsclient.2:${PORTSDIR}/audio/xmms2 MASTERDIR= ${.CURDIR}/../xmms2 USE_LDCONFIG= yes USE_GNOME= glib20 PLIST= ${.CURDIR}/pkg-plist XMMS2_SLAVE= cpp .include "${MASTERDIR}/Makefile"