summaryrefslogtreecommitdiffstats
path: root/math/gdcalc/Makefile
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-10-04 23:51:38 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-10-04 23:51:38 +0800
commitc82163474330a0f535e5aa329f40de50183eafbc (patch)
treece3c5d3dbef519bcde9f1fceba65481f594df9e6 /math/gdcalc/Makefile
parentad3f08091d7a06f5a02a9336542fc05f3a3a04b3 (diff)
downloadmarcuscom-ports-c82163474330a0f535e5aa329f40de50183eafbc.tar
marcuscom-ports-c82163474330a0f535e5aa329f40de50183eafbc.tar.gz
marcuscom-ports-c82163474330a0f535e5aa329f40de50183eafbc.tar.bz2
marcuscom-ports-c82163474330a0f535e5aa329f40de50183eafbc.tar.lz
marcuscom-ports-c82163474330a0f535e5aa329f40de50183eafbc.tar.xz
marcuscom-ports-c82163474330a0f535e5aa329f40de50183eafbc.tar.zst
marcuscom-ports-c82163474330a0f535e5aa329f40de50183eafbc.zip
- Don't remove gnome dirs
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7554 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'math/gdcalc/Makefile')
-rw-r--r--math/gdcalc/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/math/gdcalc/Makefile b/math/gdcalc/Makefile
new file mode 100644
index 000000000..b21cb9c01
--- /dev/null
+++ b/math/gdcalc/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: gdcalc
+# Date created: 2002-06-29
+# Whom: Jan Srocker <Jan.Stocker@t-online.de>
+#
+# $FreeBSD$
+# $MCom$
+
+PORTNAME= gdcalc
+PORTVERSION= 2.13
+PORTREVISION= 3
+CATEGORIES= math
+MASTER_SITES= http://bhepple.freeshell.org/dcalc/unix/
+
+MAINTAINER= ports@FreeBSD.org
+COMMENT= Gnome-based scientific calculator
+
+RUN_DEPENDS= ${LOCALBASE}/bin/gunits:${PORTSDIR}/math/units
+
+USE_GNOME= gnomelibs gnomehier
+GNU_CONFIGURE= yes
+
+.include <bsd.port.mk>