1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/math/wcalc/Makefile
Martin Wilke 0d5ee133b1 - Fix few typos.
Approved by:    maintainer
2007-04-28 10:02:36 +00:00

32 lines
677 B
Makefile

# New ports collection makefile for: wcalc
# Date created: 25-Apr-2007
# Whom: Amarendra Godbole <amarendra.godbole@gmail.com>
#
# $FreeBSD$
#
PORTNAME= wcalc
PORTVERSION= 2.2.2
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= w-calc
DISTNAME= Wcalc-${PORTVERSION}
MAINTAINER= amarendra.godbole@gmail.com
COMMENT= A natural-expression command-line calculator
LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4 \
mpfr.1:${PORTSDIR}/math/mpfr
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
MAN1= wcalc.1
PLIST_FILES= bin/wcalc
.include <bsd.port.mk>