6527ef2070
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
28 lines
709 B
Makefile
28 lines
709 B
Makefile
# Ports collection Makefile for: padevchooser
|
|
# Date created: July 21, 2007
|
|
# Whom: Romain Tartière <romain@blogreen.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= padevchooser
|
|
PORTVERSION= 0.9.3
|
|
PORTREVISION= 1
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://0pointer.de/lennart/projects/${PORTNAME}/
|
|
|
|
MAINTAINER= romain@blogreen.org
|
|
COMMENT= GTK icon tray for PulseAudio
|
|
|
|
LIB_DEPENDS= glademm-2.4.1:${PORTSDIR}/devel/libglademm24 \
|
|
pulse.0:${PORTSDIR}/audio/pulseaudio \
|
|
notify.1:${PORTSDIR}/devel/libnotify \
|
|
avahi-core:${PORTSDIR}/net/avahi
|
|
RUN_DEPENDES= dbus-daemon:${PORTSDIR}/devel/dbus
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
|
|
CONFIGURE_ARGS= --disable-lynx
|
|
|
|
.include <bsd.port.mk>
|