freebsd-ports/audio/cpp-xmms2/Makefile
Alexander Botero-Lowry b6beb8863b - update xmms2 to 0.4DrKosmos
- update gxmms2 to 0.7 and unbreak
 - bump soversion as needed
 - trim some clients (azrael, nyello) and bindings (java) that are no longer
   maintained

Submitted by:	 Max Khon <fjoe@samodelkin.net>
2008-03-15 19:29:44 +00:00

26 lines
516 B
Makefile

# New ports collection makefile for: cpp-xmms2
# Date created: 06 Jul 2006
# Whom: Alexander Botero-Lowry <alex@foxybanana.com>
#
# $FreeBSD$
#
PORTREVISION= 1
CATEGORIES= audio
PKGNAMEPREFIX= cpp-
MAINTAINER= alexbl@FreeBSD.org
COMMENT= C++ Bindings for XMMS2
LIB_DEPENDS+= boost_signals.4:${PORTSDIR}/devel/boost \
xmmsclient.3:${PORTSDIR}/audio/xmms2
MASTERDIR= ${.CURDIR}/../xmms2
USE_LDCONFIG= yes
USE_GNOME= glib20
PLIST= ${.CURDIR}/pkg-plist
XMMS2_SLAVE= cpp
.include "${MASTERDIR}/Makefile"