aboutsummaryrefslogtreecommitdiffstats
path: root/math/singular/Makefile
blob: d23f43af35ca73eb768d308a232e99ed53aeb407 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# $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>