freebsd-ports/math/moo/Makefile
Erwin Lansing 0470086e3b Add extra MASTER_SITES
Submitted by:	Steven Kreuzer <skreuzer@exit2shell.com> (maintainer),
		pointyhat
2008-02-28 18:17:53 +00:00

27 lines
610 B
Makefile

# New ports collection makefile for: moo
# Date created: 05 Apr 2007
# Whom: Steven Kreuzer <skreuzer@f2o.org>
#
# $FreeBSD$
#
PORTNAME= moo
PORTVERSION= 1.3
CATEGORIES= math
MASTER_SITES= http://www.exit2shell.com/~skreuzer/distfiles/ \
ftp://ftp.openbsd.org/pub/OpenBSD/distfiles/ \
http://cyth.net/~ray/moo/
EXTRACT_SUFX= .tgz
MAINTAINER= skreuzer@exit2shell.com
COMMENT= Calculator that accepts C-like syntax as input
PLIST_FILES= bin/moo
MAN1= moo.1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/moo ${PREFIX}/bin/
${INSTALL_MAN} ${WRKSRC}/moo.1 ${MANPREFIX}/man/man1
.include <bsd.port.mk>