b888611494
PR: 52397 Submitted by: Michael Neumann <mneumann@ntecs.de>
25 lines
503 B
Makefile
25 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>
|