aboutsummaryrefslogtreecommitdiff
path: root/devel/glade2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/glade2/Makefile')
-rw-r--r--devel/glade2/Makefile28
1 files changed, 0 insertions, 28 deletions
diff --git a/devel/glade2/Makefile b/devel/glade2/Makefile
deleted file mode 100644
index a805cd9195e0..000000000000
--- a/devel/glade2/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# New ports collection makefile for: glade
-# Date created: 29 June 1998
-# Whom: Dom Mitchell <dom@myrddin.demon.co.uk>
-#
-# $FreeBSD$
-#
-
-PORTNAME= glade
-PORTVERSION= 0.5.9
-CATEGORIES= devel gnome
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= stable/sources/glade
-
-MAINTAINER= ade@FreeBSD.org
-
-LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs
-
-GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
-
-FETCH_BEFORE_ARGS= -b
-
-USE_X_PREFIX= yes
-USE_LIBTOOL= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- GTK_CONFIG="${GTK_CONFIG}" \
- LIBS="-L${LOCALBASE}/libs"
-
-.include <bsd.port.mk>