mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
e5ca59b976
. use new LIB_DEPENDS syntax; . USE_GMAKE -> USES=gmake; . drop maintainership (do not use the port any more).
29 lines
765 B
Makefile
29 lines
765 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= 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/gnome-keyring
|
|
|
|
USES= desktop-file-utils gmake 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>
|