mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
9b21a3a084
Changes: http://www.boost.org/users/history/version_1_70_0.html PR: 235956 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D19303
23 lines
402 B
Makefile
23 lines
402 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= maeparser
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 1.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= science
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Parser for Schrodinger Maestro files
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
LIB_DEPENDS= libboost_iostreams.so:devel/boost-libs
|
|
|
|
USES= cmake compiler:c++11-lang
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= schrodinger
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|