42fba90d2b
PR: 191092
35 lines
919 B
Makefile
35 lines
919 B
Makefile
# Created by: Andrey Zakhvatov
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= genius
|
|
PORTVERSION= 1.0.17
|
|
CATEGORIES= deskutils gnome
|
|
MASTER_SITES= GNOME \
|
|
http://ftp.5z.com/pub/genius/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
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
|
|
RUN_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian
|
|
|
|
USES= desktop-file-utils gettext gmake libtool pathfix pkgconfig \
|
|
shared-mime-info tar:xz
|
|
USE_GNOME= gnomedocutils gnomeprefix gtksourceview2 gnomevfs2 vte
|
|
USE_CSTD= gnu89
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --disable-extra-gcc-optimization \
|
|
--disable-update-mimedb \
|
|
--disable-scrollkeeper
|
|
INSTALL_TARGET= install-strip
|
|
USE_LDCONFIG= yes
|
|
INSTALLS_ICONS= yes
|
|
INSTALLS_OMF= yes
|
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
.include <bsd.port.mk>
|