mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
cf118ccf87
Reported by: lwhsu
22 lines
411 B
Makefile
22 lines
411 B
Makefile
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>
|