summaryrefslogtreecommitdiffstats
path: root/net/gq/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-08-24 18:43:50 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-08-24 18:43:50 +0800
commit71dfde0760b13ea318c656ddead128dbe634597d (patch)
tree604a8dbb563a5add31be347304c3eef5aa78e2a5 /net/gq/Makefile
parentaf8341069438e68bbabd2ab98ad25e0876c4d400 (diff)
downloadmarcuscom-ports-71dfde0760b13ea318c656ddead128dbe634597d.tar
marcuscom-ports-71dfde0760b13ea318c656ddead128dbe634597d.tar.gz
marcuscom-ports-71dfde0760b13ea318c656ddead128dbe634597d.tar.bz2
marcuscom-ports-71dfde0760b13ea318c656ddead128dbe634597d.tar.lz
marcuscom-ports-71dfde0760b13ea318c656ddead128dbe634597d.tar.xz
marcuscom-ports-71dfde0760b13ea318c656ddead128dbe634597d.tar.zst
marcuscom-ports-71dfde0760b13ea318c656ddead128dbe634597d.zip
Clean up after libproxy,libnotify,poppler*,webkit-gtk2 and glib+gtk updates.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16129 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net/gq/Makefile')
-rw-r--r--net/gq/Makefile45
1 files changed, 0 insertions, 45 deletions
diff --git a/net/gq/Makefile b/net/gq/Makefile
deleted file mode 100644
index 1ab490b9c..000000000
--- a/net/gq/Makefile
+++ /dev/null
@@ -1,45 +0,0 @@
-# New ports collection makefile for: gq
-# Date Created: 8 Jun 2000
-# Whom: Roman Shterenzon <roman@xpert.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= gq
-PORTVERSION= 1.3.4
-PORTREVISION= 8
-PORTEPOCH= 1
-CATEGORIES= net
-MASTER_SITES= SF/${PORTNAME}client/GQ%20Unstable/${PORTVERSION}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= GTK-based LDAP client
-
-LIB_DEPENDS= gnome-keyring.0:${PORTSDIR}/security/libgnome-keyring
-
-OPTIONS= DND "Enable Drag and drop support in browse mode" On \
- CACHE "Support the OpenLDAP experimental client cache" On
-
-USE_GNOME= libglade2 gnomedocutils
-USE_OPENSSL= yes
-USE_OPENLDAP= yes
-USE_GETTEXT= yes
-USE_GMAKE= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
-CONFIGURE_ARGS= --with-ldap-prefix=${LOCALBASE}
-
-CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
-LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
-
-.include <bsd.port.pre.mk>
-
-.if !defined(WITHOUT_DND)
-CONFIGURE_ARGS+= --enable-browser-dnd
-.endif
-
-.if !defined(WITHOUT_CACHE)
-CONFIGURE_ARGS+= --enable-cache
-.endif
-
-.include <bsd.port.post.mk>