Files
ports/math/cliquer/Makefile
T
2025-03-01 15:52:47 +01:00

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>