opnsense-ports/math/moo/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

19 lines
459 B
Makefile

# Created by: Steven Kreuzer <skreuzer@f2o.org>
# $FreeBSD$
PORTNAME= moo
PORTVERSION= 1.3
CATEGORIES= math
MASTER_SITES= http://www.cyth.net/moo/
EXTRACT_SUFX= .tgz
MAINTAINER= skreuzer@FreeBSD.org
COMMENT= Calculator that accepts C-like syntax as input
PLIST_FILES= bin/moo man/man1/moo.1.gz
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/moo ${STAGEDIR}${PREFIX}/bin/
${INSTALL_MAN} ${WRKSRC}/moo.1 ${STAGEDIR}${MANPREFIX}/man/man1
.include <bsd.port.mk>