freebsd-ports/deskutils/genius/Makefile

32 lines
720 B
Makefile
Raw Normal View History

# New ports collection makefile for: genius
# Date created: 1 May 1999
# Whom: Andrey Zakhvatov
#
1999-08-25 07:28:01 +02:00
# $FreeBSD$
#
PORTNAME= genius
PORTVERSION= 0.5.6
CATEGORIES= deskutils gnome
MASTER_SITES= http://ftp.5z.com/pub/genius/
MAINTAINER= ports@FreeBSD.org
2003-02-20 18:07:10 +01:00
COMMENT= Arbitrary precision calculator for Gnome Desktop Environment
LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4
2003-06-03 16:43:14 +02:00
USE_PERL5_BUILD= yes
USE_X_PREFIX= yes
USE_GNOME= gnomehack gnomeprefix gnometarget gtksourceview libgnomeui vte
USE_LIBTOOL= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500018
BROKEN= "Requires readline 4.2 or newer"
.endif
.include <bsd.port.post.mk>