befa71e0f3
Changes: http://www.boost.org/users/history/version_1_71_0.html PR: 238827 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D20774
25 lines
489 B
Makefile
25 lines
489 B
Makefile
# Created by: Alexander Botero-Lowry <alex@foxybanana.com>
|
|
# $FreeBSD$
|
|
|
|
PORTREVISION= 21
|
|
CATEGORIES= audio
|
|
PKGNAMEPREFIX= cpp-
|
|
|
|
MAINTAINER= madpilot@FreeBSD.org
|
|
COMMENT= C++ Bindings for XMMS2
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/boost/bind.hpp:devel/boost-libs
|
|
LIB_DEPENDS= libxmmsclient.so:audio/xmms2
|
|
|
|
MASTERDIR= ${.CURDIR}/../xmms2
|
|
USES= ssl
|
|
USE_LDCONFIG= yes
|
|
USE_GNOME= glib20
|
|
|
|
BROKEN_SSL= openssl111
|
|
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
XMMS2_SLAVE= cpp
|
|
|
|
.include "${MASTERDIR}/Makefile"
|