blob: 114c242c0f67bf984724f531002771bf4f8f018e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# $NetBSD: Makefile,v 1.1 2016/01/22 14:57:41 gson Exp $
GIT_COMMIT= fa1780c68593762b1e4bdbc46d83912db3eba27a
DISTNAME= ${GIT_COMMIT}
PKGNAME= ffts-20140106
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_GITHUB:=anthonix/}/ffts/archive/
MAINTAINER= gson@NetBSD.org
HOMEPAGE= https://github.com/anthonix/ffts
COMMENT= The Fastest Fourier Transform in the South
LICENSE= modified-bsd
WRKSRC= ${WRKDIR}/ffts-${GIT_COMMIT}
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-sse --enable-single
.include "../../mk/bsd.pkg.mk"
|