pkgsrc-wip/faast/Makefile
Aleksej Saushev 8280e930f0 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
2012-09-28 23:21:46 +00:00

19 lines
499 B
Makefile

# $NetBSD: Makefile,v 1.2 2012/09/28 23:21:46 asau Exp $
#
DISTNAME= faast-0.2.0
CATEGORIES= math
MASTER_SITES= http://www.lix.polytechnique.fr/~defeo/FAAST/download/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= jihbed.research@gmail.com
HOMEPAGE= http://www.lix.polytechnique.fr/~defeo/FAAST
COMMENT= Library for Fast Arithmetics in Artin-Schreier Towers
LICENSE= gnu-gpl-v2
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_LANGUAGES= c c++
.include "../../math/ntl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"