Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / math / fricas / Makefile
blob98bd30e107b47719d83306f2d54f8ec388b042f1
1 # $NetBSD: Makefile,v 1.18 2012/09/15 10:05:30 obache Exp $
3 PKGNAME= fricas-1.1.8
4 DISTNAME= ${PKGNAME_NOREV}-full
5 CATEGORIES= math
6 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fricas/}
7 EXTRACT_SUFX= .tar.bz2
9 MAINTAINER= asau@inbox.ru
10 HOMEPAGE= http://fricas.sourceforge.net/
11 COMMENT= FriCAS is a fork of the Axiom computer algebra system
12 LICENSE= modified-bsd
14 BUILD_DEPENDS+= noweb-[0-9]*:../../devel/noweb
16 MAKE_JOBS_SAFE= no
18 WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
20 GNU_CONFIGURE= yes
21 USE_TOOLS+= gmake
23 # Problems:
24 # 4. Emacs files should go into "site-lisp".
26 .include "options.mk"
28 .if !empty(PKG_OPTIONS:Mclisp)
29 # Don't strip, it breaks FFI:
30 INSTALL_UNSTRIPPED= yes
31 CHECK_WRKREF_SKIP= lib/*/hypertex lib/*/viewAlone lib/*/view2D lib/*/view3D lib/*/viewman
32 .endif
34 .include "../../mk/bsd.pkg.mk"