diff options
author | bland <bland@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-06-09 14:29:14 +0800 |
---|---|---|
committer | bland <bland@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-06-09 14:29:14 +0800 |
commit | 93345db50d925014c75a8459fab15006251ee6b6 (patch) | |
tree | d1dd0fe6a1c7e5c1e252c2da332093d8b2736aac /math/gcalctool/Makefile | |
parent | 6d215f06aca79786d3d6c6c8f818bb4edf0b0b4c (diff) | |
download | marcuscom-ports-93345db50d925014c75a8459fab15006251ee6b6.tar.gz marcuscom-ports-93345db50d925014c75a8459fab15006251ee6b6.tar.zst marcuscom-ports-93345db50d925014c75a8459fab15006251ee6b6.zip |
Update to 4.4.8
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2380 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'math/gcalctool/Makefile')
-rw-r--r-- | math/gcalctool/Makefile | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/math/gcalctool/Makefile b/math/gcalctool/Makefile new file mode 100644 index 000000000..68b31d8ee --- /dev/null +++ b/math/gcalctool/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: gcalctool +# Date created: 12 Jun 2002 +# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= gcalctool +PORTVERSION= 4.4.8 +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_X_PREFIX= yes +USE_GMAKE= yes +USE_LIBTOOL_VER=13 +USE_REINPLACE= yes +USE_GNOME= gnomeprefix gnomehack lthack intlhack libgnomeui +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +MAN1= gcalctool.1 + +post-patch: + @${FIND} ${WRKSRC} -name "*.[ch]" | ${XARGS} ${REINPLACE_CMD} -e \ + 's|malloc\.h|stdlib.h|g' + +.include <bsd.port.mk> |