diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-29 19:03:38 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-29 19:03:38 +0800 |
commit | 1143640a002b0f90f20fd3aecca31411062f446d (patch) | |
tree | f718910be0cb542fcbc423dca3e736d8096439fe /math | |
parent | de03ce714d5c1f999ceb61c801634b2109f1b2b7 (diff) | |
download | freebsd-ports-gnome-1143640a002b0f90f20fd3aecca31411062f446d.tar.gz freebsd-ports-gnome-1143640a002b0f90f20fd3aecca31411062f446d.tar.zst freebsd-ports-gnome-1143640a002b0f90f20fd3aecca31411062f446d.zip |
- Strip libraries
- Clarify LICENSE
- Add LICENSE_FILE
Diffstat (limited to 'math')
-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 |