mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
fa3a17c064
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Categories P-S. CR: D422 Approved by: portmgr (bapt)
27 lines
691 B
Makefile
27 lines
691 B
Makefile
# Created by: Klaus Aehlig <aehlig@linta.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= h5utils
|
|
PORTVERSION= 1.12.1
|
|
PORTREVISION= 2
|
|
CATEGORIES= science
|
|
MASTER_SITES= http://ab-initio.mit.edu/${PORTNAME}/
|
|
|
|
MAINTAINER= aehlig@linta.de
|
|
COMMENT= Set of utilities for visualization and conversion of HDF5 format
|
|
|
|
LICENSE= MIT GPLv2
|
|
LICENSE_COMB= multi
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
GNU_CONFIGURE= YES
|
|
CFLAGS += -L${LOCALBASE}/lib -I${LOCALBASE}/include \
|
|
-I${LOCALBASE}/include/libpng15 ${PTHREAD_LIBS}
|
|
|
|
BUILD_DEPENDS+= gawk:${PORTSDIR}/lang/gawk
|
|
LIB_DEPENDS+= libhdf5.so:${PORTSDIR}/science/hdf5 \
|
|
libpng15.so:${PORTSDIR}/graphics/png \
|
|
libmatheval.so:${PORTSDIR}/devel/libmatheval
|
|
|
|
.include <bsd.port.mk>
|