Files
ports/science/cif-tools/Makefile
T
Dima Panov 312ee18b02 devel/boost: bump consu,ers after update Boost to 1.86 release
Sponsored by:	Future Crew, LLC
2024-11-20 13:05:25 +03:00

25 lines
609 B
Makefile

PORTNAME= cif-tools
DISTVERSIONPREFIX= v
DISTVERSION= 1.0.12 # chemistry
PORTREVISION= 2
CATEGORIES= science
MAINTAINER= yuri@FreeBSD.org
COMMENT= Suite of programs to manipulate and examine mmCIF files
WWW= https://github.com/PDB-REDO/cif-tools
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= libmcfp>0:devel/libmcfp \
mrc:devel/mrc
LIB_DEPENDS= libboost_iostreams.so:devel/boost-libs \
libcifpp.so:science/libcifpp
USES= cmake:noninja compiler:c++17-lang # ninja: error: build.ninja:890: multiple rules generate ALL
USE_GITHUB= yes
GH_ACCOUNT= PDB-REDO
.include <bsd.port.mk>