Files
ports/math/nfft/Makefile
T
Dima Panov 2ec10e7dd9 devel/doxygen: Update to 1.9.0
- regen patches by 'make makepatch'
- adjust consumers which affected by new doxygen styles
- take maintainersip

Changelog: https://www.doxygen.nl/manual/changelog.html#log_1_9_0

PR:		242347
Submitted by:	fluffy
Reported by:	Naram Qashat (ex-maintainer)
Exp-run by:	antoine
2021-01-08 07:47:02 +00:00

46 lines
817 B
Makefile

# $FreeBSD$
PORTNAME= nfft
PORTVERSION= 3.5.2
PORTREVISION= 1
CATEGORIES= math
MAINTAINER= ports@FreeBSD.org
COMMENT= Nonequispaced fast Fourier transform
LICENSE= GPLv2
BUILD_DEPENDS= bash:shells/bash
LIB_DEPENDS= libfftw3.so:math/fftw3
USES= autoreconf libtool
USE_GITHUB= yes
GH_ACCOUNT= NFFT
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-fftw3=${PREFIX}
INSTALL_TARGET= install-strip
TEST_TARGET= check
OPTIONS_DEFINE= DOCS DOXYGEN
OPTIONS_SUB= yes
DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen
DOXYGEN_ALL_TARGET= all doc
DOXYGEN_IMPLIES= DOCS
.include <bsd.port.pre.mk>
post-extract:
${CP} ${PATCHDIR}/cpow.c ${WRKSRC}/3rdparty
pre-configure:
cd ${WRKSRC} && bash ./bootstrap.sh
do-configure:
cd ${WRKSRC} && bash ${WRKSRC}/configure ${CONFIGURE_ARGS}
.include <bsd.port.post.mk>