1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/sysutils/libgksu/Makefile
Mathieu Arnold 597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00

40 lines
1.1 KiB
Makefile

# Created by: Jesse van den Kieboom <troplosti@orcaweb.cjb.net>
# $FreeBSD$
PORTNAME= libgksu
PORTVERSION= 2.0.12
PORTREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= http://people.debian.org/~kov/gksu/
MAINTAINER= ports@FreeBSD.org
COMMENT= Library providing su and sudo functionality
LIB_DEPENDS= libgtop-2.0.so:devel/libgtop \
libglade-2.0.so:devel/libglade2 \
libgnome-keyring.so:security/libgnome-keyring \
libstartup-notification-1.so:x11/startup-notification
RUN_DEPENDS= xauth:x11/xauth \
sudo:security/sudo
USES= gettext gmake libtool pathfix pkgconfig
USE_GNOME= glib20 gconf2 intltool
USE_LDCONFIG= yes
USE_XORG= x11
CONFIGURE_ARGS= --enable-gtk-doc=no
GNU_CONFIGURE= yes
GCONF_SCHEMAS= gksu.schemas
INSTALL_TARGET= install-strip
post-patch:
@${REINPLACE_CMD} '/AM_CFLAGS/s/-g -O2//' \
${WRKSRC}/gksu-properties/Makefile.in \
${WRKSRC}/libgksu/Makefile.in \
${WRKSRC}/libgksuui/Makefile.in
@${REINPLACE_CMD} '/^test_gksu_LDFLAGS =/s/glib-2.0/gtk+-2.0/' \
${WRKSRC}/libgksu/Makefile.in
@${REINPLACE_CMD} '/^libgksuui1_0_la_LIBADD =/s/$$/ -lX11/' \
${WRKSRC}/libgksuui/Makefile.in
.include <bsd.port.mk>