diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-29 11:03:38 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-29 11:03:38 +0000 |
commit | d27cd8f96516098b9368c9d01cca943b9ae2cb5b (patch) | |
tree | f718910be0cb542fcbc423dca3e736d8096439fe /math/fftw | |
parent | 3a8e25e9ca2ae369570dd606312617b4ed61e331 (diff) |
Notes
Diffstat (limited to 'math/fftw')
-rw-r--r-- | math/fftw/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/math/fftw/Makefile b/math/fftw/Makefile index a8cdaeca415a..cb4fb3f59eee 100644 --- a/math/fftw/Makefile +++ b/math/fftw/Makefile @@ -3,7 +3,7 @@ PORTNAME= fftw PORTVERSION= 2.1.5 -PORTREVISION?= 11 +PORTREVISION?= 12 CATEGORIES= math MASTER_SITES= ftp://ftp.fftw.org/pub/fftw/ \ ftp://ftp.fftw.org/pub/fftw/old/ \ @@ -13,7 +13,8 @@ MASTER_SITES= ftp://ftp.fftw.org/pub/fftw/ \ MAINTAINER= ports@FreeBSD.org COMMENT?= Fast C routines to compute the Discrete Fourier Transform -LICENSE= GPLv2 +LICENSE= GPLv2 # or later +LICENSE_FILE= ${WRKSRC}/COPYING OPTIONS_DEFINE= DOCS @@ -24,6 +25,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared USES= fortran gmake libtool:keepla USE_LDCONFIG= yes +INSTALL_TARGET= install-strip BROKEN_sparc64= does not build |