openbsd-ports/math/mcl/Makefile
bernd a925bc4eb7 Update to mcl-06-058.
From MAINTAINER Andreas Kahari.

"go ahead" steven@
2006-04-05 08:58:44 +00:00

27 lines
474 B
Makefile

# $OpenBSD: Makefile,v 1.8 2006/04/05 08:58:44 bernd Exp $
COMMENT= "clustering algorithm for graphs"
V= 06-058
DISTNAME= mcl-${V}
PKGNAME= mcl-${V:S,-,_,}
CATEGORIES= math
HOMEPAGE= http://micans.org/mcl/
MAINTAINER= Andreas Kahari <andreas.kahari@gmail.com>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${HOMEPAGE}src/
WANTLIB= c m pthread
CONFIGURE_STYLE=gnu
.include <bsd.port.mk>