aboutsummaryrefslogtreecommitdiff
path: root/math/moo/Makefile
blob: bdcdd7c7dd8ca574a5666c4cbf2fd213854d725e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# 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=	${MASTER_SITE_OPENBSD}
MASTER_SITE_SUBDIR=	distfiles
EXTRACT_SUFX=	.tgz

MAINTAINER=	skreuzer@FreeBSD.org
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>