mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
c31fa8ed56
Reported by: portscout
25 lines
547 B
Makefile
25 lines
547 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= coordgenlibs
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 1.4.0
|
|
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
|
|
|
|
USES= cmake compiler:c++11-lang localbase:ldflags
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= schrodinger
|
|
USE_LDCONFIG= yes
|
|
|
|
CMAKE_ARGS= -Dmaeparser_DIR=${LOCALBASE}/lib/cmake
|
|
|
|
.include <bsd.port.mk>
|