freebsd-ports/science/cif-tools/Makefile
Yuri Victorovich 3bf3ebaaf2 science/cif-tools: Update 1.0.8 → 1.0.9
Reported by:	portscout
2023-06-08 22:26:58 -07:00

22 lines
562 B
Makefile

PORTNAME= cif-tools
DISTVERSIONPREFIX= v
DISTVERSION= 1.0.9
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
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>