diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-05-19 04:27:51 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-05-19 04:27:51 +0800 |
commit | 35d0e3157ed33b2f6a2e406a7c06ae59269ea0fc (patch) | |
tree | 96ae5f069f11f858f0a87c4e7b7703e5351aafe8 /math/gcalctool/Makefile | |
parent | 35a8144acd7b80af8215f35a5c4ab0608b0fba19 (diff) | |
download | marcuscom-ports-35d0e3157ed33b2f6a2e406a7c06ae59269ea0fc.tar.gz marcuscom-ports-35d0e3157ed33b2f6a2e406a7c06ae59269ea0fc.tar.zst marcuscom-ports-35d0e3157ed33b2f6a2e406a7c06ae59269ea0fc.zip |
- Add gcalctool at 5.6.14
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3990 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'math/gcalctool/Makefile')
-rw-r--r-- | math/gcalctool/Makefile | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/math/gcalctool/Makefile b/math/gcalctool/Makefile new file mode 100644 index 000000000..a398c3536 --- /dev/null +++ b/math/gcalctool/Makefile @@ -0,0 +1,37 @@ +# New ports collection makefile for: gcalctool +# Date created: 12 Jun 2002 +# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> +# +# $FreeBSD: ports/math/gcalctool/Makefile,v 1.47 2005/04/11 17:58:28 ahze Exp $ +# + +PORTNAME= gcalctool +PORTVERSION= 5.6.14 +PORTEPOCH= 2 +CATEGORIES= math gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R} +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_LIBTOOL_VER=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 + +post-patch: + @${FIND} ${WRKSRC} -name "*.[ch]" | ${XARGS} ${REINPLACE_CMD} -e \ + 's|malloc\.h|stdlib.h|g' + +.include <bsd.port.mk> |