1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/audio/jack_mixer/Makefile
2014-01-30 09:45:42 +00:00

27 lines
629 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
USE_PYTHON= yes
USE_GNOME= gconf2
GCONF_SCHEMAS= jack_mixer.schemas
INSTALLS_ICONS= yes
GNU_CONFIGURE= yes
.include <bsd.port.mk>