summaryrefslogtreecommitdiffstats
path: root/math/gcalctool/Makefile
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-04-30 13:31:59 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-04-30 13:31:59 +0800
commitf536dbe76ff5d01f70a87da19ad1fbc3804e956e (patch)
tree3ad82a4438e5118e3e21a5f779c30c8099eca83b /math/gcalctool/Makefile
parentfad7e30dd644607411bc62c562623589129526c8 (diff)
downloadmarcuscom-ports-f536dbe76ff5d01f70a87da19ad1fbc3804e956e.tar
marcuscom-ports-f536dbe76ff5d01f70a87da19ad1fbc3804e956e.tar.gz
marcuscom-ports-f536dbe76ff5d01f70a87da19ad1fbc3804e956e.tar.bz2
marcuscom-ports-f536dbe76ff5d01f70a87da19ad1fbc3804e956e.tar.lz
marcuscom-ports-f536dbe76ff5d01f70a87da19ad1fbc3804e956e.tar.xz
marcuscom-ports-f536dbe76ff5d01f70a87da19ad1fbc3804e956e.tar.zst
marcuscom-ports-f536dbe76ff5d01f70a87da19ad1fbc3804e956e.zip
- Update to 5.8.9
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6166 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'math/gcalctool/Makefile')
-rw-r--r--math/gcalctool/Makefile34
1 files changed, 34 insertions, 0 deletions
diff --git a/math/gcalctool/Makefile b/math/gcalctool/Makefile
new file mode 100644
index 000000000..e3083ed8f
--- /dev/null
+++ b/math/gcalctool/Makefile
@@ -0,0 +1,34 @@
+# New ports collection makefile for: gcalctool
+# Date created: 12 Jun 2002
+# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom: ports-stable/math/gcalctool/Makefile,v 1.9 2006/03/13 23:35:10 mezz Exp $
+#
+
+PORTNAME= gcalctool
+PORTVERSION= 5.8.9
+PORTEPOCH= 2
+CATEGORIES= math gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/}
+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= yes
+INSTALLS_OMF= yes
+USE_X_PREFIX= yes
+USE_GMAKE= yes
+USE_AUTOTOOLS= libtool:15
+USE_REINPLACE= yes
+USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+MAN1= gcalctool.1
+GCONF_SCHEMAS= gcalctool.schemas
+
+.include <bsd.port.mk>