1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/sysutils/libgksu/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
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)
2008-06-06 14:17:21 +00:00

29 lines
731 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= 1.3.8
PORTREVISION= 3
CATEGORIES= sysutils
MASTER_SITES= http://people.debian.org/~kov/gksu/old_stuff/libgksu1.2/
DISTNAME= ${PORTNAME}1.2-${PORTVERSION}
MAINTAINER= bsam@FreeBSD.org
COMMENT= Library providing su and sudo functionality
RUN_DEPENDS= xauth:${PORTSDIR}/x11/xauth \
sudo:${PORTSDIR}/security/sudo
USE_GNOME= pkgconfig glib20
USE_LDCONFIG= yes
CONFIGURE_ARGS= --enable-gtk-doc=no
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>