1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/science/voro++/Makefile
Jason W. Bacon 73141b230f science/voro++: Add shared library
Consolidated build changes into patch files.

Kept static lib as well as some dependencies may specify it explicitly
(this is common in scientific software for better or worse) and the library
is very small.

PR:             232876
Reported by:    yuri
Approved by:    jrm (mentor, implicit)
2018-11-04 15:52:42 +00:00

24 lines
424 B
Makefile

# $FreeBSD$
PORTNAME= voro++
DISTVERSION= 0.4.6
PORTREVISION= 1
CATEGORIES= science
MASTER_SITES= http://math.lbl.gov/voro++/download/dir/
MAINTAINER= jwb@FreeBSD.org
COMMENT= Three-dimensional computations of the Voronoi tessellation
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= gmake
USE_LDCONFIG= yes
CFLAGS+= -fPIC
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/voro++
.include <bsd.port.mk>