freebsd-ports/deskutils/genius/Makefile

48 lines
1 KiB
Makefile
Raw Normal View History

# Created by: Andrey Zakhvatov
1999-08-25 07:28:01 +02:00
# $FreeBSD$
PORTNAME= genius
2011-02-10 14:01:22 +01:00
PORTVERSION= 1.0.12
2012-06-01 07:26:28 +02:00
PORTREVISION= 1
CATEGORIES= deskutils gnome
MASTER_SITES= GNOME \
http://ftp.5z.com/pub/genius/
MAINTAINER= sylvio@FreeBSD.org
2003-02-20 18:07:10 +01:00
COMMENT= Arbitrary precision calculator for Gnome Desktop Environment
LICENSE= GPLv3
BUILD_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian
LIB_DEPENDS= libmpfr.so:${PORTSDIR}/math/mpfr
2009-06-03 07:14:50 +02:00
RUN_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian
USE_CSTD= gnu89
USE_BZIP2= yes
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
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS= --disable-extra-gcc-optimization
USE_LDCONFIG= yes
INSTALLS_ICONS= yes
INSTALLS_OMF= yes
NO_STAGE= yes
OPTIONS_DEFINE= NLS
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS}
USES+= gettext
CONFIGURE_ARGS+= --enable-nls
PLIST_SUB+= NLS=""
.else
CONFIGURE_ARGS+= --disable-nls
PLIST_SUB+= NLS="@comment "
.endif
.include <bsd.port.mk>