1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00
freebsd-ports/sysutils/gksu/Makefile
John Marino 4a65d405da USES+= gettext-tools on 6 ports
These ports require msgfmt.  FreeBSD doesn't fail to build these ports
because a default option on gvfs brings in this tool.  The same gvfs
option is off by default on DragonFly and thus the missing dependencies
were unmasked.  Explicitly add gettext-tools to get msgfmt.
2014-12-12 17:11:22 +00:00

30 lines
794 B
Makefile

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