mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
26 lines
416 B
Makefile
26 lines
416 B
Makefile
# Created by: thierry@pompo.net
|
|
|
|
PORTNAME= cliquer
|
|
PORTVERSION= 1.22
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= math
|
|
#MASTER_SITES= http://users.aalto.fi/~pat/cliquer/
|
|
|
|
MAINTAINER= thierry@FreeBSD.org
|
|
COMMENT= Routines for clique searching
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= dimpase
|
|
GH_PROJECT= autocliquer
|
|
|
|
USES= autoreconf libtool
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
TEST_TARGET= check
|
|
|
|
.include <bsd.port.mk>
|