6f6fbe4bdf
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav
43 lines
999 B
Makefile
43 lines
999 B
Makefile
# New ports collection makefile for: genius
|
|
# Date created: 1 May 1999
|
|
# Whom: Andrey Zakhvatov
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= genius
|
|
PORTVERSION= 1.0.12
|
|
CATEGORIES= deskutils gnome
|
|
MASTER_SITES= GNOME \
|
|
http://ftp.5z.com/pub/genius/
|
|
|
|
MAINTAINER= sylvio@FreeBSD.org
|
|
COMMENT= Arbitrary precision calculator for Gnome Desktop Environment
|
|
|
|
BUILD_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian
|
|
LIB_DEPENDS= mpfr.4:${PORTSDIR}/math/mpfr
|
|
RUN_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian
|
|
|
|
LICENSE= GPLv3
|
|
|
|
USE_BZIP2= yes
|
|
USE_GNOME= gnomehack gnomeprefix gnomevfs2 gtksourceview2 intlhack vte
|
|
USE_GMAKE= yes
|
|
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
|
|
|
|
.if defined(WITHOUT_NLS)
|
|
CONFIGURE_ARGS+= --disable-nls
|
|
PLIST_SUB+= NLS="@comment "
|
|
.else
|
|
USE_GETTEXT= yes
|
|
CONFIGURE_ARGS+= --enable-nls
|
|
PLIST_SUB+= NLS=""
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|