opnsense-ports/math/gexpr/Makefile
Franco Fichtner 0bafe2b7fa */*: sync with upstream
Taken from: FreeBSD
2024-02-26 10:57:15 +01:00

19 lines
374 B
Makefile

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