1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

This port now respects FFLAGS.

PR:		95521
Submitted by:	Pedro F. Giffuni <giffunip@asme.org>
This commit is contained in:
Emanuel Haupt 2006-04-13 17:53:11 +00:00
parent f45c8ee6fb
commit ca5d0a9755
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=159439
2 changed files with 6 additions and 3 deletions

View File

@ -20,7 +20,8 @@ COMMENT= Basic Linear Algebra, level 1, 2, and 3
INSTALLS_SHLIB= yes
NO_WRKSUBDIR= yes
pre-build:
${CP} ${FILESDIR}/makefile.lib ${WRKSRC}/Makefile
do-configure:
@${INSTALL_DATA} ${FILESDIR}/makefile.lib ${WRKSRC}/Makefile
@${REINPLACE_CMD} -e 's+@FFLAGS@+${FFLAGS}+g' ${WRKSRC}/Makefile
.include <bsd.port.mk>

View File

@ -1,6 +1,8 @@
# @(#)Makefile 5.7 (Berkeley) 6/27/91
FFLAGS= @FFLAGS@
LIBDIR= ${PREFIX}/lib
NOPROFILE= no
NO_PROFILE= no
SHLIB_MAJOR= 1