svn commit: r387794 - head/math/fftw
Dmitry Marakasov
amdmi3 at FreeBSD.org
Fri May 29 11:03:39 UTC 2015
Author: amdmi3
Date: Fri May 29 11:03:38 2015
New Revision: 387794
URL: https://svnweb.freebsd.org/changeset/ports/387794
Log:
- Strip libraries
- Clarify LICENSE
- Add LICENSE_FILE
Modified:
head/math/fftw/Makefile
Modified: head/math/fftw/Makefile
==============================================================================
--- head/math/fftw/Makefile Fri May 29 11:03:17 2015 (r387793)
+++ head/math/fftw/Makefile Fri May 29 11:03:38 2015 (r387794)
@@ -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/fft
MAINTAINER= ports at 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
More information about the svn-ports-all
mailing list