summaryrefslogtreecommitdiff
path: root/devel/libgtop2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libgtop2/Makefile')
-rw-r--r--devel/libgtop2/Makefile28
1 files changed, 0 insertions, 28 deletions
diff --git a/devel/libgtop2/Makefile b/devel/libgtop2/Makefile
deleted file mode 100644
index 8e703662f6f8..000000000000
--- a/devel/libgtop2/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# New ports collection makefile for: libgtop
-# Version required: 1.1.0
-# Date Created: 26 Sep 1998
-# Whom: Vanilla I. Shu <vanilla@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-DISTNAME= libgtop-1.1.0
-CATEGORIES= devel gnome
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/libgtop
-
-MAINTAINER= nacai@iname.com
-
-LIB_DEPENDS= gnome.2:${PORTSDIR}/x11/gnomelibs \
- guile.4:${PORTSDIR}/lang/guile
-
-GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
-
-USE_PERL5= yes
-USE_GMAKE= yes
-USE_LIBTOOL= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- GLIB_CONFIG="${GLIB_CONFIG}" \
- LIBS="-L${LOCALBASE}/lib"
-
-.include <bsd.port.mk>