summaryrefslogtreecommitdiffstats
path: root/net/libproxy-gnome/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/libproxy-gnome/Makefile')
-rw-r--r--net/libproxy-gnome/Makefile31
1 files changed, 0 insertions, 31 deletions
diff --git a/net/libproxy-gnome/Makefile b/net/libproxy-gnome/Makefile
deleted file mode 100644
index 33b181785..000000000
--- a/net/libproxy-gnome/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# New ports collection makefile for: libproxy-gnome
-# Date created: 26 February 2009
-# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
-#
-# $FreeBSD$
-# $MCom$
-
-PORTREVISION= 0
-CATEGORIES= net devel
-PKGNAMESUFFIX= -gnome
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= GNOME plug-in for libproxy
-
-LIB_DEPENDS= proxy.1:${PORTSDIR}/net/libproxy
-
-MASTERDIR= ${.CURDIR}/../libproxy
-DESCR= ${.CURDIR}/pkg-descr
-PLIST= ${.CURDIR}/pkg-plist
-USE_GNOME= gconf2
-
-LIBPROXY_SLAVE= gnome
-
-do-install:
- ${MKDIR} ${PREFIX}/lib/${PORTNAME}/${PORTVERSION}/modules/
- ${INSTALL_LIB} ${WRKSRC}/libproxy/config_gnome.so \
- ${PREFIX}/lib/${PORTNAME}/${PORTVERSION}/modules/
- ${INSTALL_PROGRAM} ${WRKSRC}/libproxy/pxgconf \
- ${PREFIX}/libexec/
-
-.include "${MASTERDIR}/Makefile"