1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/math/gexpr/Makefile

27 lines
456 B
Makefile
Raw Normal View History

2001-06-13 21:45:12 +00:00
# ex:ts=8
# New ports collection makefile for: gexpr
# Date created: Jun 14, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= gexpr
PORTVERSION= 2.0.2
PORTREVISION= 1
2001-06-13 21:45:12 +00:00
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= apps/math/calc
MAINTAINER= ijliao@FreeBSD.org
COMMENT= A shell calculator
2001-06-13 21:45:12 +00:00
USE_GETOPT_LONG=yes
2002-11-04 02:35:01 +00:00
USE_REINPLACE= yes
MAKE_ENV= CPPFLAGS="${CPPFLAGS}" \
LDFLAGS="${LDFLAGS}"
2002-11-04 02:35:01 +00:00
2001-06-13 21:45:12 +00:00
MAN1= gexpr.1
.include <bsd.port.mk>