mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
25 lines
365 B
Makefile
25 lines
365 B
Makefile
COMMENT= clustering algorithm for graphs
|
|
|
|
V= 14-137
|
|
DISTNAME= mcl-${V}
|
|
PKGNAME= mcl-${V:S,-,_,}
|
|
REVISION= 0
|
|
|
|
CATEGORIES= math
|
|
|
|
HOMEPAGE= https://micans.org/mcl/
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
SITES= https://micans.org/mcl/src/
|
|
|
|
WANTLIB= c m pthread
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
USE_GROFF = Yes
|
|
|
|
FAKE_FLAGS= exampledir=${PREFIX}/share/examples/mcl/
|
|
|
|
.include <bsd.port.mk>
|