opnsense-ports/math/singular/Makefile
Franco Fichtner ab638330a3 */*: sync with upstream
Taken from: HardenedBSD
2018-07-10 15:45:37 +02:00

26 lines
620 B
Makefile

# $FreeBSD$
PORTNAME= singular
PORTVERSION= 4.1.1
CATEGORIES= math
MASTER_SITES= http://www.mathematik.uni-kl.de/ftp/pub/Math/Singular/SOURCES/4-1-1/
MAINTAINER= oam_yamada@cc.nara-wu.ac.jp
COMMENT= Computer algebra system for polynomial computations
LICENSE= GPLv3RLE
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libgmp.so:math/gmp \
libmpfr.so:math/mpfr
USES= gmake libtool perl5 pkgconfig shebangfix
USE_PERL5= build
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-gmp=${LOCALBASE}
MAKE_JOBS_UNSAFE= yes
SHEBANG_FILES= libpolys/libpolys-config.in \
libsingular-config.in
.include <bsd.port.mk>