freebsd-ports/math/algae/Makefile
Will Andrews b888611494 Add algae 4.1.3, a programming language for numerical analysis.
PR:		52397
Submitted by:	Michael Neumann <mneumann@ntecs.de>
2003-06-03 04:05:13 +00:00

24 lines
503 B
Makefile

# New ports collection makefile for: algae
# Date created: 18 May 2003
# Whom: Michael Neumann <mneumann@ntecs.de>
#
# $FreeBSD$
#
PORTNAME= algae
PORTVERSION= 4.1.3
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= mneumann@ntecs.de
COMMENT= A programming language for numerical analysis
GNU_CONFIGURE= yes
ALGAE_VERSION= ${PORTVERSION}
PLIST_SUB= ALGAE_VERSION=${ALGAE_VERSION}
MAN1= algae.1
.include <bsd.port.mk>