Add MANUAL_PACKAGE_BUILD.

This commit is contained in:
Maho Nakata 2008-01-07 00:21:31 +00:00
parent dcd3e0ed4e
commit 2ade0c566c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=205127
2 changed files with 3 additions and 0 deletions

View file

@ -17,6 +17,7 @@ COMMENT= The fastest implementation of the Basic Linear Algebra Subroutines
USE_GMAKE= yes
USE_LDCONFIG= yes
RESTRICTED= Redistribution not permitted
MANUAL_PACKAGE_BUILD= Please obtain the source code manyally from http://www.tacc.utexas.edu/resources/software/
WRKSRC= ${WRKDIR}/GotoBLAS
PLIST_FILES= lib/libgoto.a \
lib/libgoto.so \

View file

@ -28,6 +28,8 @@ NO_CDROM= ${RESTRICTED}
IGNORE=You must manually get the source distribution from master site. http://www.msg.ameslab.gov/GAMESS/download.html. Please selsect "Source code distribution", and check on "running on Intel compatible PC running Linux". You must have license, and freely obtainable.
.endif
MANUAL_PACKAGE_BUILD=You must manually get the source distribution from master site. http://www.msg.ameslab.gov/GAMESS/download.html. Please selsect "Source code distribution", and check on "running on Intel compatible PC running Linux". You must have license, and freely obtainable.
.include <bsd.port.pre.mk>
.if exists(${LOCALBASE}/lib/libatlas_r.so) && !defined(WITH_BLAS)