Index: head/science/qbox/Makefile =================================================================== --- head/science/qbox/Makefile (revision 478591) +++ head/science/qbox/Makefile (revision 478592) @@ -1,42 +1,42 @@ # $FreeBSD$ PORTNAME= qbox DISTVERSIONPREFIX= rel DISTVERSION= 1_65_0 CATEGORIES= science MAINTAINER= yuri@FreeBSD.org COMMENT= First-principles molecular dynamics code -LICENSE= GPLv2 +LICENSE= GPLv2+ LIB_DEPENDS= libblas.so:math/blas \ libcurl.so:ftp/curl \ libfftw3.so:math/fftw3 \ - libgcc_s.so:lang/gcc7 \ + libgcc_s.so:lang/gcc${GCC_DEFAULT} \ liblapack.so:math/lapack \ libmpich.so:net/mpich2 \ libscalapack.so:math/scalapack \ libuuid.so:misc/e2fsprogs-libuuid \ libxerces-c.so:textproc/xerces-c3 USES= gmake iconv:wchar_t localbase:ldflags USE_GITHUB= yes GH_ACCOUNT= qboxcode GH_PROJECT= qbox-public ALL_TARGET= qb WRKSRC_SUBDIR= src MAKE_ARGS= TARGET=freebsd LDFLAGS+= -Wl,-rpath=${LOCALBASE}/lib/gcc${GCC_DEFAULT} ${LOCALBASE}/lib/gcc${GCC_DEFAULT}/libgcc_s.so PLIST_FILES= bin/qb post-extract: @${SED} -e 's|%%LOCALBASE%%|${LOCALBASE}|; s|%%CXXFLAGS%%|${CXXFLAGS}|; s|%%LDFLAGS%%|${LDFLAGS}|' < ${FILESDIR}/freebsd.mk.in > ${WRKSRC}/freebsd.mk do-install: ${INSTALL_PROGRAM} ${WRKSRC}/qb ${STAGEDIR}${PREFIX}/bin .include Index: head/science/qbox/pkg-descr =================================================================== --- head/science/qbox/pkg-descr (revision 478591) +++ head/science/qbox/pkg-descr (revision 478592) @@ -1,7 +1,7 @@ Qbox is a C++/MPI scalable parallel implementation of first-principles molecular dynamics (FPMD) based on the plane-wave, pseudopotential formalism. Qbox is designed for operation on large parallel computers. -Qbox is developed in Gygi Research Group at UC Davis. +Qbox is developed in the Gygi Research Group at UC Davis. WWW: http://qboxcode.org/