summaryrefslogtreecommitdiff
path: root/devel/libglade2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libglade2/Makefile')
-rw-r--r--devel/libglade2/Makefile30
1 files changed, 0 insertions, 30 deletions
diff --git a/devel/libglade2/Makefile b/devel/libglade2/Makefile
deleted file mode 100644
index e45c8f7f8aa4..000000000000
--- a/devel/libglade2/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# New ports collection makefile for: libglade
-# Version required: 0.3
-# Date created: 18 August 1999
-# Whom: Ade Lovett <ade@lovett.com>
-#
-# $FreeBSD$
-#
-
-DISTNAME= libglade-0.3
-CATEGORIES= devel gnome
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/libglade
-
-MAINTAINER= ade@lovett.com
-
-LIB_DEPENDS= gnome.2:${PORTSDIR}/x11/gnomelibs \
- xml.4:${PORTSDIR}/textproc/libxml
-
-BROKEN= problems with rpath handling in libtool
-
-GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
-
-USE_PERL5= yes
-USE_GMAKE= yes
-USE_LIBTOOL= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- GTK_CONFIG="${GTK_CONFIG}" \
- LIBS="-L${LOCALBASE}/lib"
-
-.include <bsd.port.mk>