1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/sysutils/gksu/Makefile

33 lines
795 B
Makefile

# Created by: Jesse van den Kieboom <troplosti@orcaweb.cjb.net>
# $FreeBSD$
PORTNAME= gksu
PORTVERSION= 2.0.2
PORTREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= http://people.debian.org/~kov/gksu/
MAINTAINER= bsam@FreeBSD.org
COMMENT= Graphical frontend to su
LIB_DEPENDS= gksu2:${PORTSDIR}/sysutils/libgksu \
nautilus-extension:${PORTSDIR}/x11-fm/nautilus \
gnome-keyring:${PORTSDIR}/security/gnome-keyring
USES= desktop-file-utils pathfix pkgconfig
USE_GNOME= gconf2 gnomeprefix gtk20 intlhack
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_LDCONFIG= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
MAN1= gksu.1
MLINKS= gksu.1 gksudo.1
post-patch:
@${REINPLACE_CMD} -e 's|glib/gkeyfile.h|glib.h|g' \
${WRKSRC}/nautilus-gksu/libnautilus-gksu.c
.include <bsd.port.mk>