Date: Tue, 28 Aug 2018 07:03:11 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r478288 - head/science/libint2 Message-ID: <201808280703.w7S73BtS044547@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Tue Aug 28 07:03:11 2018 New Revision: 478288 URL: https://svnweb.freebsd.org/changeset/ports/478288 Log: science/libint2: Use PKGNAMESUFFIX Reported by: mat Modified: head/science/libint2/Makefile Modified: head/science/libint2/Makefile ============================================================================== --- head/science/libint2/Makefile Tue Aug 28 06:49:04 2018 (r478287) +++ head/science/libint2/Makefile Tue Aug 28 07:03:11 2018 (r478288) @@ -1,11 +1,12 @@ # Created by: NAKATA, Maho <maho@FreeBSD.org> # $FreeBSD$ -PORTNAME= libint2 +PORTNAME= libint DISTVERSIONPREFIX= v DISTVERSION= 2.5.0-beta.2-20 DISTVERSIONSUFFIX= -gc2e0a72 CATEGORIES= science +PKGNAMESUFFIX= 2 MAINTAINER= yuri@FreeBSD.org COMMENT= Evaluate the integrals in modern atomic and molecular theory @@ -21,15 +22,12 @@ LIB_DEPENDS= libboost_system.so:devel/boost-libs \ USES= autoreconf:build compiler:c++11-lang gmake libtool localbase:ldflags USE_GITHUB= yes GH_ACCOUNT= evaleev -GH_PROJECT= ${PORTNAME:S/2//} USE_LDCONFIG= yes ALL_TARGET= default GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared --disable-static --with-cc-optflags="${CFLAGS}" \ --with-cxx-optflags="${CXXFLAGS}" - -DATADIR= ${PREFIX}/share/${PORTNAME:S/2//} post-patch: @${REINPLACE_CMD} -e 's| -rpath|${LDFLAGS} -rpath|g' \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808280703.w7S73BtS044547>