freebsd-ports/math/algae/Makefile
Pav Lucistnik a42964b748 - Update to 4.3.0
PR:		ports/59578
Submitted by:	Michael Neumann <mneumann@ntecs.de> (maintainer)
Approved by:	adamw (mentor)
2003-11-22 17:36:04 +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.3.0
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>