mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
73141b230f
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)
24 lines
424 B
Makefile
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>
|