Date: Fri, 29 May 2015 11:03:39 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r387794 - head/math/fftw Message-ID: <201505291103.t4TB3duD079706@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505291103.t4TB3duD079706>