pkgsrc/math/djbfft/Makefile
schmonz f65a68a935 DJB has placed djbfft in the public domain. From
<URL:http://cr.yp.to/distributors.html>:

  What are the distribution terms for djbfft?

  2008.02.27: I hereby place the djbfft package (in particular,
  djbfft-0.76.tar.gz, with MD5 checksum 9349eff24c1f9fdfb98cfb51bece8efb)
  into the public domain. The package is no longer copyrighted.
2008-02-28 14:30:39 +00:00

18 lines
444 B
Makefile

# $NetBSD: Makefile,v 1.15 2008/02/28 14:30:39 schmonz Exp $
DISTNAME= djbfft-0.76
CATEGORIES= math
MASTER_SITES= http://cr.yp.to/djbfft/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://cr.yp.to/djbfft.html
COMMENT= Extremely fast library for floating-point convolution
#LICENSE= public-domain
DJB_RESTRICTED= no
NOT_FOR_PLATFORM= IRIX-*-*
INSTALLATION_DIRS= include lib
.include "../../mk/djbware.mk"
.include "../../mk/bsd.pkg.mk"