mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
090059a210
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)
31 lines
797 B
Makefile
31 lines
797 B
Makefile
# New ports collection makefile for: gksu
|
|
# Date created: 2 October 2004
|
|
# Whom: Jesse van den Kieboom <troplosti@orcaweb.cjb.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gksu
|
|
PORTVERSION= 1.3.7
|
|
PORTREVISION= 3
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://people.debian.org/~kov/gksu/old_stuff/gksu/
|
|
|
|
MAINTAINER= bsam@FreeBSD.org
|
|
COMMENT= Graphical frontend to su
|
|
|
|
LIB_DEPENDS= gksu1.2.0:${PORTSDIR}/sysutils/libgksu \
|
|
gksuui1.0.1:${PORTSDIR}/sysutils/libgksuui \
|
|
gnome-keyring.0:${PORTSDIR}/security/gnome-keyring
|
|
|
|
USE_GNOME= gtk20 pkgconfig gnomeprefix gnomehack gconf2 intlhack
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
GCONF_SCHEMAS= gksu.schemas
|
|
MAN1= gksu.1 gksuexec.1
|
|
MLINKS= gksu.1 gksudo.1
|
|
|
|
.include <bsd.port.mk>
|