# New ports collection makefile for: genius # Date created: 1 May 1999 # Whom: Andrey Zakhvatov # # $FreeBSD$ # PORTNAME= genius PORTVERSION= 0.7.1 CATEGORIES= deskutils gnome MASTER_SITES= http://ftp.5z.com/pub/genius/ MAINTAINER= ports@FreeBSD.org COMMENT= Arbitrary precision calculator for Gnome Desktop Environment LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4 USE_PERL5_BUILD= yes USE_X_PREFIX= yes USE_GNOME= gnomehack gnomeprefix gnometarget gtksourceview libgnomeui \ lthack vte USE_GMAKE= yes USE_LIBTOOL_VER= 15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" .include .if ${OSVERSION} < 500018 IGNORE= "Requires readline 4.2 or newer" .endif post-patch: @${PERL} -pi -e 's|-O3 ||g' ${WRKSRC}/configure .include