freebsd-ports/math/algae/Makefile
Dmitry Marakasov cb7a40fcef - Clarify LICENSE
- Add LICENSE_FILE
- Strip binary
2015-03-07 03:19:18 +00:00

32 lines
759 B
Makefile

# Created by: Michael Neumann <mneumann@ntecs.de>
# $FreeBSD$
PORTNAME= algae
PORTVERSION= 4.3.6
PORTREVISION= 9
CATEGORIES= math
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Programming language for numerical analysis
LICENSE= GPLv2 # or later
LICENSE_FILE= ${WRKSRC}/LICENSE
BROKEN_ia64= does not compile
BROKEN_powerpc= does not compile
BROKEN_sparc64= does not compile
GNU_CONFIGURE= yes
USES= fortran
CONFIGURE_ARGS= --disable-dlmalloc --without-fftw --without-blas \
--without-lapack --without-bcslib --without-npsol
PLIST_SUB= ALGAE_VERSION=${PORTVERSION}
INFO= ${PORTNAME}
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}-${PORTVERSION}
.include <bsd.port.mk>