summaryrefslogtreecommitdiff
path: root/sysutils/libgksuui/Makefile
blob: 54bd8cacc1483d649599743b810281a981fe69cb (plain)
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
# New ports collection makefile for:   libgksuui1.0
# Date created:        2 October 2004
# Whom:                Jesse van den Kieboom <troplosti@orcaweb.cjb.net>
#
# $FreeBSD$
#

PORTNAME=	libgksuui
PORTVERSION=	1.0.7
PORTREVISION=	1
CATEGORIES=	sysutils
MASTER_SITES=	http://people.debian.org/~kov/gksu/libgksuui1.0/
DISTNAME=	${PORTNAME}1.0-${PORTVERSION}

MAINTAINER=	bsam@ipt.ru
COMMENT=	A graphical fronted to su library

USE_X_PREFIX=	yes
USE_GNOME=	gtk20 pkgconfig
GNU_CONFIGURE=	yes
INSTALLS_SHLIB=	yes
CONFIGURE_ARGS=	--enable-gtk-doc=no
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
		LDFLAGS="-L${LOCALBASE}/lib"

.include <bsd.port.mk>