freebsd-ports/math/gexpr/Makefile

25 lines
451 B
Makefile
Raw Normal View History

2001-06-13 23:45:12 +02:00
# ex:ts=8
# New ports collection makefile for: gexpr
# Date created: Jun 14, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= gexpr
PORTVERSION= 2.0.2
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= apps/math/calc
MAINTAINER= ijliao@FreeBSD.org
LIB_DEPENDS= gnugetopt:${PORTSDIR}/devel/libgnugetopt
MAN1= gexpr.1
post-patch:
@${PERL} -pi -e "s,%%LOCALBASE%%,${LOCALBASE},g" ${WRKSRC}/Makefile
.include <bsd.port.mk>