d79d568a73
. update sysutils/libgksu to version 2.0.9; [1] . fix timing bug in the program when running on slower / single core systems; [1] . fix a bug in libgksu, which calls tcdrain() on the master side of a pty. [2] PR: 156401 [1], 141149 [2] Submitted by: Kris Moore <kris@pcbsd.org> [1], john hood <jh@sandstorm.net>, sandstorm-ni@sandstorm.net [2]
32 lines
907 B
Makefile
32 lines
907 B
Makefile
# New ports collection makefile for: libgksu1.2
|
|
# Date created: 1 October 2004
|
|
# Whom: Jesse van den Kieboom <troplosti@orcaweb.cjb.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libgksu
|
|
PORTVERSION= 2.0.9
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://people.debian.org/~kov/gksu/
|
|
|
|
MAINTAINER= bsam@FreeBSD.org
|
|
COMMENT= Library providing su and sudo functionality
|
|
|
|
LIB_DEPENDS= gtop-2.0.7:${PORTSDIR}/devel/libgtop \
|
|
glade-2.0:${PORTSDIR}/devel/libglade2 \
|
|
gcr.0:${PORTSDIR}/security/gnome-keyring \
|
|
startup-notification-1.0:${PORTSDIR}/x11/startup-notification
|
|
RUN_DEPENDS= xauth:${PORTSDIR}/x11/xauth \
|
|
sudo:${PORTSDIR}/security/sudo
|
|
|
|
USE_GNOME= pkgconfig glib20 gconf2
|
|
USE_LDCONFIG= yes
|
|
CONFIGURE_ARGS= --enable-gtk-doc=no
|
|
GNU_CONFIGURE= yes
|
|
GCONF_SCHEMAS= gksu.schemas
|
|
USE_GMAKE= yes
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
.include <bsd.port.mk>
|