26 lines
457 B
Makefile
26 lines
457 B
Makefile
PORTNAME= creme
|
|
DISTVERSION= g20210114
|
|
CATEGORIES= math
|
|
PKGNAMEPREFIX= coin-or-
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Randomized thermal relaxation method for MaxFS problems
|
|
WWW= https://github.com/coin-or/Creme
|
|
|
|
LICENSE= EPL
|
|
|
|
USES= compiler:c++11-lang gmake libtool
|
|
USE_LDCONFIG= yes
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= coin-or
|
|
GH_PROJECT= Creme
|
|
GH_TAGNAME= ab42f19
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
INSTALL_TARGET= install-strip
|
|
|
|
TEST_TARGET= test
|
|
|
|
.include <bsd.port.mk>
|