a42964b748
PR: ports/59578 Submitted by: Michael Neumann <mneumann@ntecs.de> (maintainer) Approved by: adamw (mentor)
24 lines
503 B
Makefile
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>
|