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
|
2010-02-03 00:42:05 +01:00
|
|
|
PORTVERSION= 1.0.9
|
2010-06-11 17:09:45 +02:00
|
|
|
PORTREVISION= 4
|
1999-05-03 06:41:09 +02:00
|
|
|
CATEGORIES= deskutils gnome
|
2007-12-17 00:42:46 +01:00
|
|
|
MASTER_SITES= GNOME \
|
2004-12-30 09:35:49 +01:00
|
|
|
http://ftp.5z.com/pub/genius/
|
1999-05-03 06:41:09 +02:00
|
|
|
|
2009-11-14 23:58:26 +01:00
|
|
|
MAINTAINER= sylvio@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
|
|
|
|
2009-03-23 22:45:24 +01:00
|
|
|
BUILD_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian
|
2010-06-11 17:09:45 +02:00
|
|
|
LIB_DEPENDS= mpfr.4:${PORTSDIR}/math/mpfr
|
2009-06-03 07:14:50 +02:00
|
|
|
RUN_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian
|
2002-09-07 04:03:46 +02:00
|
|
|
|
2007-12-17 00:42:46 +01:00
|
|
|
USE_BZIP2= yes
|
2009-03-23 22:45:24 +01:00
|
|
|
USE_GNOME= gnomehack gnomeprefix gnomevfs2 gtksourceview2 intlhack vte
|
2004-08-22 03:09:56 +02:00
|
|
|
USE_GMAKE= yes
|
2010-12-04 08:34:27 +01:00
|
|
|
USE_AUTOTOOLS= libtool
|
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"
|
2004-12-30 09:35:49 +01:00
|
|
|
CONFIGURE_ARGS= --disable-extra-gcc-optimization
|
2006-08-28 14:08:26 +02:00
|
|
|
USE_LDCONFIG= yes
|
2007-12-17 00:42:46 +01:00
|
|
|
INSTALLS_ICONS= yes
|
|
|
|
INSTALLS_OMF= yes
|
1999-05-03 06:41:09 +02:00
|
|
|
|
2009-08-19 05:26:47 +02:00
|
|
|
.if defined(WITHOUT_NLS)
|
|
|
|
CONFIGURE_ARGS+= --disable-nls
|
|
|
|
PLIST_SUB+= NLS="@comment "
|
|
|
|
.else
|
|
|
|
USE_GETTEXT= yes
|
|
|
|
CONFIGURE_ARGS+= --enable-nls
|
|
|
|
PLIST_SUB+= NLS=""
|
|
|
|
.endif
|
|
|
|
|
2008-06-15 01:02:40 +02:00
|
|
|
.include <bsd.port.mk>
|