b4f18f530f
This fix a pkg-plist weirdness [1]. Submitted by: nork@ [1]
27 lines
583 B
Makefile
27 lines
583 B
Makefile
# Ports collection Makefile for: pavumeter
|
|
# Date created: July 21, 2007
|
|
# Whom: Romain Tartière <romain@blogreen.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= pavucontrol
|
|
PORTVERSION= 0.9.10
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://0pointer.de/lennart/projects/${PORTNAME}/
|
|
|
|
MAINTAINER= romain@FreeBSD.org
|
|
COMMENT= GTK mixer for PulseAudio
|
|
|
|
LIB_DEPENDS= glademm-2.4.1:${PORTSDIR}/devel/libglademm24 \
|
|
pulse.0:${PORTSDIR}/audio/pulseaudio \
|
|
canberra:${PORTSDIR}/audio/libcanberra
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
USE_GNOME= intltool
|
|
|
|
CONFIGURE_ARGS= --disable-lynx
|
|
|
|
.include <bsd.port.mk>
|