openbsd-ports/math/wcalc/Makefile

29 lines
739 B
Makefile
Raw Normal View History

2010-11-07 15:33:58 -05:00
# $OpenBSD: Makefile,v 1.4 2010/11/07 20:33:59 espie Exp $
# Original from: Kyle Wheeler <kyle@memoryhole.net>
COMMENT = natural-expression command-line calculator
DISTNAME = wcalc-2.4
CATEGORIES = math
HOMEPAGE = http://w-calc.sourceforge.net/
MAINTAINER = Amarendra Godbole <amarendra.godbole@gmail.com>
# GPLv2
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=w-calc/}
2010-11-07 15:33:58 -05:00
WANTLIB = c m readline termcap gmp.>=7 mpfr.>=0.2
LIB_DEPENDS = ::devel/gmp ::devel/mpfr
USE_GMAKE = Yes
CONFIGURE_STYLE = gnu
CONFIGURE_ENV += LDFLAGS="-L${LOCALBASE}/lib" \
CPPFLAGS="-I${LOCALBASE}/include"
2010-10-19 05:21:04 -04:00
USE_GROFF = Yes
.include <bsd.port.mk>