aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/gksu/Makefile
blob: 7b05600f10695d05ad182c563e4c1c74e97d0567 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# 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
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_X_PREFIX=   yes
USE_GNOME=  gtk20 pkgconfig gnomeprefix gnomehack gconf2 intlhack
GNU_CONFIGURE=  yes
USE_GETOPT_LONG=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>