summaryrefslogtreecommitdiffstats
path: root/math/gcalctool/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2014-05-26 00:28:47 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2014-05-26 00:28:47 +0800
commitfcbc746d9b3a384f2b4671dbe2c756fc6811d448 (patch)
tree4a772df089f783c6ba831d9c7328d9f3d7a6461d /math/gcalctool/Makefile
parentc156ea5416613391304e5f852f2fdf56c3d1d760 (diff)
downloadmarcuscom-ports-fcbc746d9b3a384f2b4671dbe2c756fc6811d448.tar.gz
marcuscom-ports-fcbc746d9b3a384f2b4671dbe2c756fc6811d448.tar.zst
marcuscom-ports-fcbc746d9b3a384f2b4671dbe2c756fc6811d448.zip
gcalctool was renamed gnome-calculator.
This removal was probably lost in the gnome 3.12 merge. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19688 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'math/gcalctool/Makefile')
-rw-r--r--math/gcalctool/Makefile27
1 files changed, 0 insertions, 27 deletions
diff --git a/math/gcalctool/Makefile b/math/gcalctool/Makefile
deleted file mode 100644
index 68795a62e..000000000
--- a/math/gcalctool/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
-# $FreeBSD$
-# $MCom$
-
-PORTNAME= gcalctool
-PORTVERSION= 6.6.2
-PORTEPOCH= 2
-CATEGORIES= math gnome
-MASTER_SITES= GNOME
-DIST_SUBDIR= gnome3
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= GNOME 3 calculator tool based on the old calctool for OpenWindows
-
-BUILD_DEPENDS= yelp-build:${PORTSDIR}/textproc/yelp-tools \
- itstool:${PORTSDIR}/textproc/itstool
-
-USE_XZ= yes
-USES= bison gettext gmake pathfix pkgconfig
-GNU_CONFIGURE= yes
-USE_GNOME= gconf2 gnomeprefix gtk30 intlhack libxml2
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
-
-GLIB_SCHEMAS= org.gnome.gcalctool.gschema.xml
-
-.include <bsd.port.mk>