freebsd-ports/math/psurface/Makefile

24 lines
539 B
Makefile

PORTNAME= psurface
DISTVERSION= 2.0.0-13
DISTVERSIONSUFFIX= -gb5b6825
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
COMMENT= Piecewise linear bijections between triangulated surfaces
LICENSE= GPLv3+
LIB_DEPENDS= libhdf5.so:science/hdf5
USES= autoreconf libtool localbase
USE_LDCONFIG= yes
USE_GITHUB= yes
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
TEST_TARGET= check # 2 tests fail because the file examplefiles/tricube-anticlockwise.msh is missing, see https://github.com/psurface/psurface/issues/3
.include <bsd.port.mk>