1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/deskutils/genius/Makefile
Ying-Chieh Liao 798299e882 - Mark as BROKEN on 4-stable (requires readline 4.2 or newer)
- Do not install useless .la file
- Support LDCONFIG_DIRS properly

PR:		52931
Submitted by:	Ports Fury
2003-06-07 04:57:30 +00:00

36 lines
836 B
Makefile

# New ports collection makefile for: genius
# Date created: 1 May 1999
# Whom: Andrey Zakhvatov
#
# $FreeBSD$
#
PORTNAME= genius
PORTVERSION= 0.5.5
PORTREVISION= 1
CATEGORIES= deskutils gnome
MASTER_SITES= http://ftp.5z.com/pub/genius/
MAINTAINER= ports@FreeBSD.org
COMMENT= Arbitrary precision calculator for Gnome Desktop Environment
LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4
USE_PERL5_BUILD= yes
USE_X_PREFIX= yes
USE_GNOME= gnomeprefix gnomehack libgnomeui vte
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
INSTALLS_SHLIB= yes
LDCONFIG_DIRS+= %%PREFIX%%/lib/genius
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500018
BROKEN= "Requires readline 4.2 or newer"
.endif
.include <bsd.port.post.mk>