freebsd-ports/sysutils/libgksuui/Makefile
Boris Samorodov b7520b340a - fix MASTER_SITES; [1]
- 's/INSTALLS_SHLIB/USE_LDCONFIG';
- change my email to FreeBSD.org one.

Pointed out by:	Bill Fenner's distfile survey   [1]
2006-10-07 16:11:47 +00:00

26 lines
667 B
Makefile

# New ports collection makefile for: libgksuui1.0
# Date created: 2 October 2004
# Whom: Jesse van den Kieboom <troplosti@orcaweb.cjb.net>
#
# $FreeBSD$
#
PORTNAME= libgksuui
PORTVERSION= 1.0.7
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://people.debian.org/~kov/gksu/old_stuff/libgksuui1.0/
DISTNAME= ${PORTNAME}1.0-${PORTVERSION}
MAINTAINER= bsam@FreeBSD.org
COMMENT= A graphical fronted to su library
USE_X_PREFIX= yes
USE_GNOME= gtk20 pkgconfig
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
CONFIGURE_ARGS= --enable-gtk-doc=no
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>