1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00
freebsd-ports/science/coordgenlibs/Makefile
Yuri Victorovich 23fc7cf349 science/coordgenlibs: Update 1.2.1 -> 1.2.2
Reported by:	portscout
2019-03-16 05:51:15 +00:00

23 lines
495 B
Makefile

# $FreeBSD$
PORTNAME= coordgenlibs
DISTVERSIONPREFIX= v
DISTVERSION= 1.2.2
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
.include <bsd.port.mk>