mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
math/stp: Pull in fixes from the PR I missed.
PR: 229974 Submitted by: yuri, Nathan <ndowens.fbsd@yandex.com> Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D16447
This commit is contained in:
parent
6a5f469e5a
commit
ac3a7b06cf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=475500
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= stp
|
||||
DISTVERSION= 2.3.1
|
||||
PORTREVISION= 1
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= math
|
||||
|
||||
@ -22,5 +23,9 @@ LIB_DEPENDS= libboost_program_options.so:devel/boost-libs \
|
||||
USES= bison:build cmake:outsource perl5 python
|
||||
USE_GITHUB= yes
|
||||
USE_PERL5= build
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
post-install:
|
||||
@${MV} ${STAGEDIR}${PREFIX}/bin/stp-2.1.2 ${STAGEDIR}${PREFIX}/bin/stp
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,4 @@
|
||||
bin/stp
|
||||
bin/stp-2.1.2
|
||||
bin/stp_simple
|
||||
include/stp/c_interface.h
|
||||
lib/cmake/STP/STPConfig.cmake
|
||||
|
Loading…
Reference in New Issue
Block a user