mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-04 11:23:46 +00:00
25 lines
534 B
Makefile
25 lines
534 B
Makefile
|
# Ports collection Makefile for: paprefs
|
||
|
# Date created: July 21, 2007
|
||
|
# Whom: Romain Tartière <romain@blogreen.org>
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
PORTNAME= paprefs
|
||
|
PORTVERSION= 0.9.5
|
||
|
CATEGORIES= audio
|
||
|
MASTER_SITES= http://0pointer.de/lennart/projects/${PORTNAME}/
|
||
|
|
||
|
MAINTAINER= romain@blogreen.org
|
||
|
COMMENT= GTK configuration dialog for PulseAudio
|
||
|
|
||
|
LIB_DEPENDS= glademm-2.4.1:${PORTSDIR}/devel/libglademm24 \
|
||
|
gconfmm-2.6.1:${PORTSDIR}/devel/gconfmm26
|
||
|
|
||
|
GNU_CONFIGURE= yes
|
||
|
USE_GMAKE= yes
|
||
|
|
||
|
CONFIGURE_ARGS= --disable-lynx
|
||
|
|
||
|
.include <bsd.port.mk>
|