2013-04-30 00:27:05 +02:00
|
|
|
# Created by: 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
|
2011-02-10 14:01:22 +01:00
|
|
|
PORTVERSION= 1.0.12
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 1
|
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
|
|
|
|
2012-01-14 19:03:44 +01:00
|
|
|
LICENSE= GPLv3
|
|
|
|
|
2009-03-23 22:45:24 +01:00
|
|
|
BUILD_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian
|
2013-12-11 19:28:10 +01:00
|
|
|
LIB_DEPENDS= libmpfr.so:${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
|
|
|
|
2012-01-14 19:03:44 +01:00
|
|
|
USE_CSTD= gnu89
|
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
|
2013-09-03 08:36:41 +02:00
|
|
|
USES= gmake pkgconfig
|
2010-12-04 08:34:27 +01:00
|
|
|
USE_AUTOTOOLS= libtool
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
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
|
|
|
|
2013-09-20 18:21:37 +02:00
|
|
|
NO_STAGE= yes
|
2014-02-10 14:54:26 +01:00
|
|
|
|
2014-02-21 14:36:03 +01:00
|
|
|
OPTIONS_DEFINE= NLS
|
2014-02-10 14:54:26 +01:00
|
|
|
|
2013-04-30 00:27:05 +02:00
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
|
|
|
|
.if ${PORT_OPTIONS:MNLS}
|
|
|
|
USES+= gettext
|
2009-08-19 05:26:47 +02:00
|
|
|
CONFIGURE_ARGS+= --enable-nls
|
|
|
|
PLIST_SUB+= NLS=""
|
2013-04-30 00:27:05 +02:00
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+= --disable-nls
|
|
|
|
PLIST_SUB+= NLS="@comment "
|
2009-08-19 05:26:47 +02:00
|
|
|
.endif
|
|
|
|
|
2008-06-15 01:02:40 +02:00
|
|
|
.include <bsd.port.mk>
|