openbsd-ports/math/ginac/Makefile
espie a31ee81cbe fix for LP64 and gcc4.
still passes all regression tests.
bump pkgname + shared lib major, since we substitute an unsigned long to
an unsigned int in internal data structures.
2010-06-07 13:47:44 +00:00

39 lines
721 B
Makefile

# $Id: Makefile,v 1.7 2010/06/07 13:47:44 espie Exp $
COMMENT= GiNaC is Not a Computer Algebra System (CAS)
DISTNAME= ginac-1.5.3
PKGNAME= ${DISTNAME}p0
SHARED_LIBS += ginac 2.0 # 0.3
CATEGORIES= math
HOMEPAGE= http://www.ginac.de/
MAINTAINER= Paul Irofti <pirofti@openbsd.org>
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ftp://ftpthep.physik.uni-mainz.de/pub/GiNaC/ \
${HOMEPAGE}
EXTRACT_SUFX= .tar.bz2
WANTLIB= c m ncurses readline stdc++ gmp
LIB_DEPENDS= cln::devel/cln
MODULES= gcc3
MODGCC3_ARGHES= sparc
MODGCC3_LANGS= c++
USE_GMAKE= Yes
USE_LIBTOOL= Yes
CONFIGURE_STYLE=gnu
REGRESS_TARGET= check
.include <bsd.port.mk>