aboutsummaryrefslogtreecommitdiffstats
path: root/misc/graphthing/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/graphthing/Makefile')
-rw-r--r--misc/graphthing/Makefile25
1 files changed, 0 insertions, 25 deletions
diff --git a/misc/graphthing/Makefile b/misc/graphthing/Makefile
deleted file mode 100644
index bba6d55ce8a..00000000000
--- a/misc/graphthing/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# ex:ts=8
-# Ports collection makefile for: GraphThing
-# Date created: Feb 10, 2002
-# Whom: ijliao
-#
-# $FreeBSD$
-#
-
-PORTNAME= graphthing
-PORTVERSION= 0.7
-CATEGORIES= misc
-MASTER_SITES= http://members.optushome.com.au/davidsymonds/gt/
-
-MAINTAINER= freebsdports@arved.de
-
-LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext \
- gtkmm.2:${PORTSDIR}/x11-toolkits/gtk--
-
-USE_GTK= yes
-GNU_CONFIGURE= yes
-USE_GMAKE= yes
-
-CONFIGURE_ARGS= --without-included-gettext \
-
-.include <bsd.port.mk>