summaryrefslogtreecommitdiffstats
path: root/sysutils/gksu/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/gksu/Makefile')
-rw-r--r--sysutils/gksu/Makefile28
1 files changed, 0 insertions, 28 deletions
diff --git a/sysutils/gksu/Makefile b/sysutils/gksu/Makefile
deleted file mode 100644
index 3aebf5ec7..000000000
--- a/sysutils/gksu/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# New ports collection makefile for: gksu
-# Date created: 2 October 2004
-# Whom: Jesse van den Kieboom <troplosti@orcaweb.cjb.net>
-#
-# $FreeBSD$
-#
-
-PORTNAME= gksu
-PORTVERSION= 2.0.2
-PORTREVISION= 1
-CATEGORIES= sysutils
-MASTER_SITES= http://people.debian.org/~kov/gksu/
-
-MAINTAINER= bsam@FreeBSD.org
-COMMENT= Graphical frontend to su
-
-LIB_DEPENDS= gksu2:${PORTSDIR}/sysutils/libgksu \
- gnome-keyring.0:${PORTSDIR}/security/libgnome-keyring
-
-USE_GNOME= gtk20 pkgconfig gnomeprefix gnomehack gconf2 intlhack nautilus2
-GNU_CONFIGURE= yes
-USE_GMAKE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-
-MAN1= gksu.1
-
-.include <bsd.port.mk>