mirror of
https://git.freebsd.org/ports.git
synced 2025-06-16 10:10:31 -04:00
Changes: http://www.boost.org/users/history/version_1_69_0.html PR: 232525 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D17645
25 lines
489 B
Makefile
25 lines
489 B
Makefile
# Created by: Alexander Botero-Lowry <alex@foxybanana.com>
|
|
# $FreeBSD$
|
|
|
|
PORTREVISION= 19
|
|
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"
|