mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
6f6fbe4bdf
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav
26 lines
461 B
Makefile
26 lines
461 B
Makefile
# ex:ts=8
|
|
# New ports collection makefile for: gexpr
|
|
# Date created: Jun 14, 2001
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gexpr
|
|
PORTVERSION= 2.0.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= math
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
|
MASTER_SITE_SUBDIR= apps/math/calc
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A shell calculator
|
|
|
|
MAN1= gexpr.1
|
|
PLIST_FILES= bin/gexpr
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e "s,/usr/local,${PREFIX}," ${WRKSRC}/Makefile
|
|
|
|
.include <bsd.port.mk>
|