2004-11-05 06:12:59 +00:00
|
|
|
# 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
|
2004-11-07 22:37:47 +00:00
|
|
|
PORTREVISION= 1
|
2004-11-05 06:12:59 +00:00
|
|
|
CATEGORIES= sysutils
|
|
|
|
MASTER_SITES= http://people.debian.org/~kov/gksu/gksu1.2/
|
|
|
|
|
|
|
|
MAINTAINER= troplosti@orcaweb.cjb.net
|
|
|
|
COMMENT= Graphical frontend to su
|
|
|
|
|
2004-11-10 06:09:23 +00:00
|
|
|
LIB_DEPENDS= gksu1.2.0:${PORTSDIR}/sysutils/libgksu \
|
|
|
|
gksuui1.0.0:${PORTSDIR}/sysutils/libgksuui
|
2004-11-05 06:12:59 +00:00
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_GNOME= gtk20 pkgconfig gnomeprefix gnomehack
|
|
|
|
USE_LIBTOOL_VER=15
|
2004-11-15 23:04:25 +00:00
|
|
|
USE_GETOPT_LONG=yes
|
2004-11-05 06:12:59 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
|
|
|
|
MAN1= gksu.1 gksuexec.1
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|