freebsd-ports/audio/cpp-xmms2/Makefile
Jan Beich 59e02117ae devel/boost-*: update to 1.63.0
Changes:	http://www.boost.org/users/history/version_1_63_0.html
PR:		215598
Exp-run by:	antoine
Approved by:	office (bapt)
MFH:		2017Q1
2017-01-06 08:45:03 +00:00

22 lines
428 B
Makefile

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