opnsense-ports/audio/cpp-xmms2/Makefile
Franco Fichtner bd10d0aaac */*: sync with upstream
Taken from: HardenedBSD
2018-08-10 10:11:12 +02:00

25 lines
466 B
Makefile

# Created by: Alexander Botero-Lowry <alex@foxybanana.com>
# $FreeBSD$
PORTREVISION= 17
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
USES= ssl
USE_LDCONFIG= yes
USE_GNOME= glib20
BROKEN_SSL= openssl-devel
PLIST= ${.CURDIR}/pkg-plist
XMMS2_SLAVE= cpp
.include "${MASTERDIR}/Makefile"