diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-17 06:41:45 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-17 06:41:45 +0800 |
commit | 6fad4645f484ae596fab3ac1ead5b42006344d11 (patch) | |
tree | 271307c34c5f607c83482aba89017ce619602e81 /math/gcalctool/Makefile | |
parent | 3c6457b905b5e164db6fbb4c635e48d291eadbcd (diff) | |
download | marcuscom-ports-6fad4645f484ae596fab3ac1ead5b42006344d11.tar marcuscom-ports-6fad4645f484ae596fab3ac1ead5b42006344d11.tar.gz marcuscom-ports-6fad4645f484ae596fab3ac1ead5b42006344d11.tar.bz2 marcuscom-ports-6fad4645f484ae596fab3ac1ead5b42006344d11.tar.lz marcuscom-ports-6fad4645f484ae596fab3ac1ead5b42006344d11.tar.xz marcuscom-ports-6fad4645f484ae596fab3ac1ead5b42006344d11.tar.zst marcuscom-ports-6fad4645f484ae596fab3ac1ead5b42006344d11.zip |
- Update to 5.9.4
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7807 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'math/gcalctool/Makefile')
-rw-r--r-- | math/gcalctool/Makefile | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/math/gcalctool/Makefile b/math/gcalctool/Makefile new file mode 100644 index 000000000..cd6e36381 --- /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/math/gcalctool/Makefile,v 1.55 2006/09/04 15:14:28 ahze Exp $ +# + +PORTNAME= gcalctool +PORTVERSION= 5.9.4 +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_GETTEXT= yes +USE_XLIB= yes +USE_GMAKE= yes +USE_AUTOTOOLS= libtool:15 +USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui gnomedocutils +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +MAN1= gcalctool.1 +GCONF_SCHEMAS= gcalctool.schemas + +.include <bsd.port.mk> |