summaryrefslogtreecommitdiffstats
path: root/math/gcalctool/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2009-02-22 04:07:09 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2009-02-22 04:07:09 +0800
commitbaba309823c6bc0472a31fc75581c8e14e73be16 (patch)
tree503894440d694ca35c550d7ba7f80902ad64487a /math/gcalctool/Makefile
parent7781075bf7688a2fe6da20621b96c3e6e7654474 (diff)
downloadmarcuscom-ports-baba309823c6bc0472a31fc75581c8e14e73be16.tar
marcuscom-ports-baba309823c6bc0472a31fc75581c8e14e73be16.tar.gz
marcuscom-ports-baba309823c6bc0472a31fc75581c8e14e73be16.tar.bz2
marcuscom-ports-baba309823c6bc0472a31fc75581c8e14e73be16.tar.lz
marcuscom-ports-baba309823c6bc0472a31fc75581c8e14e73be16.tar.xz
marcuscom-ports-baba309823c6bc0472a31fc75581c8e14e73be16.tar.zst
marcuscom-ports-baba309823c6bc0472a31fc75581c8e14e73be16.zip
Update to 5.25.91.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11895 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'math/gcalctool/Makefile')
-rw-r--r--math/gcalctool/Makefile32
1 files changed, 32 insertions, 0 deletions
diff --git a/math/gcalctool/Makefile b/math/gcalctool/Makefile
new file mode 100644
index 000000000..d8a019407
--- /dev/null
+++ b/math/gcalctool/Makefile
@@ -0,0 +1,32 @@
+# New ports collection makefile for: gcalctool
+# Date created: 12 Jun 2002
+# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+#
+
+PORTNAME= gcalctool
+PORTVERSION= 5.25.91
+PORTEPOCH= 2
+CATEGORIES= math gnome
+MASTER_SITES= GNOME
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= A GNOME 2 calculator tool based on the old calctool for OpenWindows
+
+USE_BZIP2= yes
+USE_BISON= build
+INSTALLS_OMF= yes
+USE_GETTEXT= yes
+USE_GMAKE= yes
+USE_AUTOTOOLS= libtool:15
+USE_GNOME= gnomeprefix gnomehack intlhack gconf2 gnomedocutils libglade2
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+MAN1= gcalctool.1
+GCONF_SCHEMAS= gcalctool.schemas
+
+.include <bsd.port.mk>