1a7dab19c8
I also swapped the master sites because the ftp is often broken. Okay benoit@
32 lines
611 B
Makefile
32 lines
611 B
Makefile
# $OpenBSD: Makefile,v 1.22 2015/06/27 10:26:38 pirofti Exp $
|
|
|
|
COMMENT= GiNaC is Not a Computer Algebra System (CAS)
|
|
|
|
DISTNAME= ginac-1.6.4
|
|
SHARED_LIBS += ginac 5.0 # 0.5
|
|
CATEGORIES= math
|
|
|
|
HOMEPAGE= http://www.ginac.de/
|
|
|
|
MAINTAINER= Paul Irofti <pirofti@openbsd.org>
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
MASTER_SITES= ${HOMEPAGE} \
|
|
ftp://ftpthep.physik.uni-mainz.de/pub/GiNaC/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
WANTLIB= c m ncurses readline stdc++ gmp cln
|
|
|
|
MODULES = lang/python
|
|
BUILD_DEPENDS = devel/doxygen
|
|
LIB_DEPENDS= devel/cln
|
|
|
|
USE_GMAKE= Yes
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
TEST_TARGET= check
|
|
|
|
.include <bsd.port.mk>
|