mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
28 lines
718 B
Makefile
28 lines
718 B
Makefile
|
# New ports collection makefile for: libgksu1.2
|
||
|
# Date created: 1 October 2004
|
||
|
# Whom: Jesse van den Kieboom <troplosti@orcaweb.cjb.net>
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
PORTNAME= libgksu
|
||
|
PORTVERSION= 1.2.5a
|
||
|
CATEGORIES= sysutils
|
||
|
MASTER_SITES= http://people.debian.org/~kov/gksu/libgksu1.2/
|
||
|
DISTNAME= ${PORTNAME}1.2-${PORTVERSION}
|
||
|
|
||
|
MAINTAINER= troplosti@orcaweb.cjb.net
|
||
|
COMMENT= Library providing su and sudo functionality
|
||
|
|
||
|
RUN_DEPENDS= xauth:${X_CLIENTS_PORT} \
|
||
|
sudo:${PORTSDIR}/security/sudo
|
||
|
|
||
|
USE_GNOME= gnometarget pkgconfig
|
||
|
INSTALLS_SHLIB= yes
|
||
|
CONFIGURE_ARGS= --enable-gtk-doc=no
|
||
|
USE_LIBTOOL_VER=15
|
||
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||
|
LDFLAGS="-L${LOCALBASE}/lib"
|
||
|
|
||
|
.include <bsd.port.mk>
|