2018-10-25 07:36:58 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= coordgenlibs
|
|
|
|
DISTVERSIONPREFIX= v
|
2019-03-16 05:51:15 +00:00
|
|
|
DISTVERSION= 1.2.2
|
2018-10-25 07:36:58 +00:00
|
|
|
CATEGORIES= science
|
|
|
|
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
|
|
COMMENT= Schrodinger-developed 2D coordinate generation
|
|
|
|
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/boost/dynamic_bitset.hpp:devel/boost-libs
|
|
|
|
LIB_DEPENDS= libmaeparser.so:science/maeparser
|
|
|
|
|
2018-12-25 20:25:39 +00:00
|
|
|
USES= cmake compiler:c++11-lang localbase:ldflags
|
2018-10-25 07:36:58 +00:00
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= schrodinger
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|