1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/math/gexpr/Makefile
2021-04-06 16:31:07 +02:00

20 lines
348 B
Makefile

# Created by: ijliao
PORTNAME= gexpr
PORTVERSION= 2.0.2
PORTREVISION= 1
CATEGORIES= math
MASTER_SITES= SUNSITE/apps/math/calc
MAINTAINER= ports@FreeBSD.org
COMMENT= Shell calculator
LICENSE= GPLv2
PLIST_FILES= bin/gexpr man/man1/gexpr.1.gz
post-patch:
@${REINPLACE_CMD} -e "s,/usr/local,${PREFIX}," ${WRKSRC}/Makefile
.include <bsd.port.mk>