freebsd-ports/math/gexpr/Makefile

22 lines
390 B
Makefile
Raw Normal View History

# Created by: ijliao
2001-06-13 23:45:12 +02:00
# $FreeBSD$
PORTNAME= gexpr
PORTVERSION= 2.0.2
PORTREVISION= 1
2001-06-13 23:45:12 +02:00
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= apps/math/calc
MAINTAINER= ports@FreeBSD.org
COMMENT= A shell calculator
2001-06-13 23:45:12 +02:00
MAN1= gexpr.1
PLIST_FILES= bin/gexpr
2001-06-13 23:45:12 +02:00
NO_STAGE= yes
2005-10-19 12:22:17 +02:00
post-patch:
@${REINPLACE_CMD} -e "s,/usr/local,${PREFIX}," ${WRKSRC}/Makefile
2001-06-13 23:45:12 +02:00
.include <bsd.port.mk>