pirofti 9f5965be74 Update GiNaC to 1.6.3
Changes by this update:
	- major libarary bump
	- added doxygen documentation
	- perl scripts switched to python
	- ditched the PFRAG.shared file

Okay sthen@
2015-01-06 13:19:05 +00:00

33 lines
625 B
Makefile

# $OpenBSD: Makefile,v 1.20 2015/01/06 13:19:05 pirofti Exp $
COMMENT= GiNaC is Not a Computer Algebra System (CAS)
DISTNAME= ginac-1.6.3
SHARED_LIBS += ginac 4.0 # 0.4
CATEGORIES= math
HOMEPAGE= http://www.ginac.de/
MAINTAINER= Paul Irofti <pirofti@openbsd.org>
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
MASTER_SITES= ftp://ftpthep.physik.uni-mainz.de/pub/GiNaC/ \
${HOMEPAGE}
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
USE_GROFF = Yes
CONFIGURE_STYLE=gnu
TEST_TARGET= check
.include <bsd.port.mk>