freebsd-ports/science/avogadro2/Makefile
Kevin Bowling da3162c7c9 graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.

PR:		246767
Reviewed by:	manu, bapt
Approved by:	x11
Differential Revision:	https://reviews.freebsd.org/D30824
2021-06-22 11:53:08 -07:00

31 lines
777 B
Makefile

PORTNAME= avogadro2
DISTVERSION= 1.94.0
PORTREVISION= 1
CATEGORIES= science
MAINTAINER= yuri@FreeBSD.org
COMMENT= Chemical editor and visualization application
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= hdf5>0:science/hdf5
LIB_DEPENDS= libAvogadroCore.so:science/avogadrolibs \
libMoleQueueClient.so:misc/molequeue
USES= cmake compiler:c++11-lang desktop-file-utils gl libarchive qt:5
USE_GITHUB= yes
GH_ACCOUNT= OpenChemistry
GH_PROJECT= avogadroapp
USE_QT= core concurrent gui network widgets buildtools_build qmake_build
USE_GL= gl glew glu
USE_LDCONFIG= yes
PLIST_FILES= bin/avogadro2 \
share/applications/avogadro2.desktop \
share/pixmaps/avogadro2.png
post-install:
@${RM} -r ${STAGEDIR}${PREFIX}/share/doc
.include <bsd.port.mk>