freebsd-ports/audio/jack_mixer/Makefile
Baptiste Daroussin 5978476c35 In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in audio

With hat:	portmgr
2013-12-11 14:35:36 +00:00

27 lines
643 B
Makefile

# Created by: gahr
# $FreeBSD$
PORTNAME= jack_mixer
PORTVERSION= 9
PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://download.gna.org/${PORTNAME:S/_//}/
MAINTAINER= gahr@FreeBSD.org
COMMENT= A mixer for the jack audio connection kit
LIB_DEPENDS= libjack.so:${PORTSDIR}/audio/jack
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/fpconst.py:${PORTSDIR}/math/py-fpconst \
${LOCALBASE}/include/pygtk-2.0/pygtk/pygtk.h:${PORTSDIR}/x11-toolkits/py-gtk2
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= pkgconfig
NO_STAGE= yes
USE_PYTHON= yes
USE_GNOME= gconf2
GCONF_SCHEMAS= jack_mixer.schemas
INSTALLS_ICONS= yes
GNU_CONFIGURE= yes
.include <bsd.port.mk>