aboutsummaryrefslogtreecommitdiff
path: root/sysutils/gksu/Makefile
blob: 18699086147ce0b1fd6b5216882cb7ef22e25b0d (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
# 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.2.2
PORTREVISION=	1
CATEGORIES=	sysutils
MASTER_SITES=	http://people.debian.org/~kov/gksu/gksu1.2/

MAINTAINER=	troplosti@orcaweb.cjb.net
COMMENT=	Graphical frontend to su

LIB_DEPENDS=	libgksu1.2:${PORTSDIR}/sysutils/libgksu \
		libgksuui1.0:${PORTSDIR}/sysutils/libgksuui

USE_X_PREFIX=	yes
USE_GNOME=	gtk20 pkgconfig gnomeprefix gnomehack
USE_LIBTOOL_VER=15
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
		LDFLAGS="-L${LOCALBASE}/lib"

MAN1=		gksu.1 gksuexec.1

.include <bsd.port.mk>