openbsd-ports/math/ginac/Makefile
2013-03-11 11:20:26 +00:00

32 lines
582 B
Makefile

# $OpenBSD: Makefile,v 1.18 2013/03/11 11:23:54 espie Exp $
COMMENT= GiNaC is Not a Computer Algebra System (CAS)
DISTNAME= ginac-1.6.2
SHARED_LIBS += ginac 3.0 # 0.3
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
LIB_DEPENDS= devel/cln
USE_GMAKE= Yes
USE_LIBTOOL= Yes
USE_GROFF = Yes
CONFIGURE_STYLE=gnu
TEST_TARGET= check
.include <bsd.port.mk>