forked from Lainports/freebsd-ports
19 lines
374 B
Makefile
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>
|