1999-05-03 06:41:09 +02:00
|
|
|
# New ports collection makefile for: genius
|
|
|
|
# Date created: 1 May 1999
|
|
|
|
# Whom: Andrey Zakhvatov
|
|
|
|
#
|
1999-08-25 07:28:01 +02:00
|
|
|
# $FreeBSD$
|
1999-05-03 06:41:09 +02:00
|
|
|
#
|
|
|
|
|
2000-04-09 00:04:57 +02:00
|
|
|
PORTNAME= genius
|
2003-06-03 16:43:14 +02:00
|
|
|
PORTVERSION= 0.5.5
|
2003-06-07 06:57:30 +02:00
|
|
|
PORTREVISION= 1
|
1999-05-03 06:41:09 +02:00
|
|
|
CATEGORIES= deskutils gnome
|
|
|
|
MASTER_SITES= http://ftp.5z.com/pub/genius/
|
|
|
|
|
2000-11-17 18:00:49 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 18:07:10 +01:00
|
|
|
COMMENT= Arbitrary precision calculator for Gnome Desktop Environment
|
1999-05-03 06:41:09 +02:00
|
|
|
|
2003-06-07 06:57:30 +02:00
|
|
|
LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4
|
2002-09-07 04:03:46 +02:00
|
|
|
|
2003-06-03 16:43:14 +02:00
|
|
|
USE_PERL5_BUILD= yes
|
1999-05-03 06:41:09 +02:00
|
|
|
USE_X_PREFIX= yes
|
2003-06-07 06:57:30 +02:00
|
|
|
USE_GNOME= gnomeprefix gnomehack libgnomeui vte
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
1999-05-30 05:42:50 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
2003-06-07 06:57:30 +02:00
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
LDCONFIG_DIRS+= %%PREFIX%%/lib/genius
|
1999-05-03 06:41:09 +02:00
|
|
|
|
2003-06-07 06:57:30 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
2000-08-04 03:34:38 +02:00
|
|
|
|
2003-06-07 06:57:30 +02:00
|
|
|
.if ${OSVERSION} < 500018
|
|
|
|
BROKEN= "Requires readline 4.2 or newer"
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|