a34ad4f459
and no commit activity for 3 months. Hat: portmgr
30 lines
654 B
Makefile
30 lines
654 B
Makefile
# New ports collection makefile for: calc
|
|
# Date created: 3 October 1994
|
|
# Whom: jmz
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= calc
|
|
PORTVERSION= 2.12.3.3
|
|
CATEGORIES= math
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Arbitrary precision calculator
|
|
|
|
USE_BZIP2= yes
|
|
USE_GMAKE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
MAN1= calc.1
|
|
|
|
CALCPAGER?= more
|
|
MAKE_ENV+= CALCPAGER="${CALCPAGER}" CAT="${CAT}" CHMOD="${CHMOD}" CP="${CP}" \
|
|
GMAKE="${GMAKE}" LN="${LN}" MKDIR="${MKDIR}" MV="${MV}" RM="${RM}" \
|
|
SED="${SED}" TOUCH="${TOUCH}" TRUE="${TRUE}"
|
|
|
|
regression-test: build
|
|
( cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${GMAKE} check )
|
|
|
|
.include <bsd.port.mk>
|