21 lines
404 B
Makefile
21 lines
404 B
Makefile
PORTNAME= cliquer
|
|
DISTVERSION= 1.22
|
|
CATEGORIES= math
|
|
MASTER_SITES= https://github.com/dimpase/autocliquer/releases/download/v${DISTVERSION}/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Routines for clique searching
|
|
WWW= https://users.aalto.fi/~pat/cliquer.html
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= libtool
|
|
USE_LDCONFIG= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
TEST_TARGET= check
|
|
|
|
.include <bsd.port.mk>
|