mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
5a53d9b8e0
- Improve COMMENT - Add LICENSE
22 lines
395 B
Makefile
22 lines
395 B
Makefile
# Created by: 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= Shell calculator
|
|
|
|
LICENSE= GPLv2
|
|
|
|
PLIST_FILES= bin/gexpr man/man1/gexpr.1.gz
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e "s,/usr/local,${PREFIX}," ${WRKSRC}/Makefile
|
|
|
|
.include <bsd.port.mk>
|