aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-05-29 19:03:38 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-05-29 19:03:38 +0800
commit1143640a002b0f90f20fd3aecca31411062f446d (patch)
treef718910be0cb542fcbc423dca3e736d8096439fe /math
parentde03ce714d5c1f999ceb61c801634b2109f1b2b7 (diff)
downloadfreebsd-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/Makefile6
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