2013-09-20 22:55:04 +02:00
|
|
|
# Created by: ijliao
|
2001-06-13 23:45:12 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= gexpr
|
|
|
|
PORTVERSION= 2.0.2
|
2003-07-14 04:53:03 +02:00
|
|
|
PORTREVISION= 1
|
2001-06-13 23:45:12 +02:00
|
|
|
CATEGORIES= math
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
|
|
|
MASTER_SITE_SUBDIR= apps/math/calc
|
|
|
|
|
2010-12-28 07:31:49 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= A shell calculator
|
2001-06-13 23:45:12 +02:00
|
|
|
|
2004-02-06 14:12:53 +01:00
|
|
|
MAN1= gexpr.1
|
|
|
|
PLIST_FILES= bin/gexpr
|
2001-06-13 23:45:12 +02:00
|
|
|
|
2013-09-20 22:55:04 +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>
|