freebsd-ports/science/shelxle/Makefile
Yuri Victorovich e05723bda2 science/shelxle: Update 1.0.1360 -> 1.0.1365
Reported by:	portscout
2022-02-22 23:22:55 -08:00

24 lines
648 B
Makefile

PORTNAME= shelxle
DISTVERSION= 1.0.1365
CATEGORIES= science # chemistry
MASTER_SITES= SF/${PORTNAME}/code/
MAINTAINER= yuri@FreeBSD.org
COMMENT= Graphical user interface for small-molecule structure refinement
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING
USES= compiler:c++11-lang dos2unix gl qmake qt:5 tar:bz2
DOS2UNIX_FILES= shelXle.pro
USE_QT= core gui network opengl widgets buildtools_build
USE_GL= gl
PLIST_FILES= bin/shelxle \
share/applications/shelxle.desktop \
share/pixmaps/shelxle.png
post-patch:
@${FIND} ${WRKSRC} -name "*.cpp" -o -name "*.h" | ${XARGS} ${REINPLACE_CMD} -e 's|NULL|nullptr|g'
.include <bsd.port.mk>