mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
3ff89862cd
PulseAudio Manager (paman) is a simple GTK frontend for the PulseAudio sound server. WWW: http://0pointer.de/lennart/projects/paman/ PR: ports/119674 Submitted by: Romain Tartiere <romain@blogreen.org> Approved by: gabor (mentor)
26 lines
530 B
Makefile
26 lines
530 B
Makefile
# Ports collection Makefile for: paman
|
|
# Date created: 2008-01-15
|
|
# Whom: Romain Tartiere <romain@blogreen.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= paman
|
|
PORTVERSION= 0.9.4
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://0pointer.de/lennart/projects/${PORTNAME}/
|
|
|
|
MAINTAINER= romain@blogreen.org
|
|
COMMENT= Gtk frontend for PulseAudio
|
|
|
|
LIB_DEPENDS= glademm-2.4.1:${PORTSDIR}/devel/libglademm24 \
|
|
pulse.0:${PORTSDIR}/audio/pulseaudio
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
USE_GNOME= gnomehack
|
|
|
|
CONFIGURE_ARGS= --disable-lynx
|
|
|
|
.include <bsd.port.mk>
|