From 93345db50d925014c75a8459fab15006251ee6b6 Mon Sep 17 00:00:00 2001 From: bland Date: Wed, 9 Jun 2004 06:29:14 +0000 Subject: Update to 4.4.8 git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2380 df743ca5-7f9a-e211-a948-0013205c9059 --- math/gcalctool/Makefile | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 math/gcalctool/Makefile (limited to 'math/gcalctool/Makefile') 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 +# +# $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 -- cgit