2017-07-04 21:51:42 +02:00
|
|
|
# $NetBSD: Makefile,v 1.2 2017/07/04 19:51:42 gson Exp $
|
2016-01-22 15:57:41 +01:00
|
|
|
|
2017-07-04 21:51:42 +02:00
|
|
|
GIT_COMMIT= fe86885ecafd0d16eb122f3212403d1d5a86e24e
|
2016-01-22 15:57:41 +01:00
|
|
|
|
|
|
|
DISTNAME= ${GIT_COMMIT}
|
2017-07-04 21:51:42 +02:00
|
|
|
PKGNAME= ffts-20170617
|
2016-01-22 15:57:41 +01:00
|
|
|
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}
|
|
|
|
|
2017-07-04 21:51:42 +02:00
|
|
|
USE_TOOLS+= gmake autoconf automake autoheader aclocal
|
2016-01-22 15:57:41 +01:00
|
|
|
USE_LANGUAGES= c c++
|
|
|
|
USE_LIBTOOL= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS= --enable-sse --enable-single
|
|
|
|
|
2017-07-04 21:51:42 +02:00
|
|
|
pre-configure:
|
|
|
|
set -e; cd ${WRKSRC}; \
|
|
|
|
aclocal; autoheader; automake -a --foreign -i; autoconf
|
|
|
|
|
2016-01-22 15:57:41 +01:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|