59e02117ae
Changes: http://www.boost.org/users/history/version_1_63_0.html PR: 215598 Exp-run by: antoine Approved by: office (bapt) MFH: 2017Q1
22 lines
428 B
Makefile
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"
|