blob: 8203c1de40ba0697912f5bcb61889e5f928ac2b3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# 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
CONFLICTS_INSTALL= coreutils # bin/gexpr
PLIST_FILES= bin/gexpr man/man1/gexpr.1.gz
post-patch:
@${REINPLACE_CMD} -e "s,/usr/local,${PREFIX}," ${WRKSRC}/Makefile
.include <bsd.port.mk>
|