opnsense-ports/audio/cpp-xmms2/Makefile
Franco Fichtner e16f341d75 */*: sync with upstream
Taken from: FreeBSD
2017-05-03 05:45:06 +02:00

22 lines
428 B
Makefile

# Created by: Alexander Botero-Lowry <alex@foxybanana.com>
# $FreeBSD$
PORTREVISION= 11
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"