mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
36 lines
1.1 KiB
Tcl
36 lines
1.1 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup makefile 1.0
|
|
|
|
name cliquer
|
|
version 1.21
|
|
revision 2
|
|
categories math science
|
|
license GPL-2+
|
|
platforms darwin
|
|
maintainers {gmail.com:szhorvat @szhorvat} openmaintainer
|
|
|
|
homepage https://users.aalto.fi/~pat/cliquer.html
|
|
master_sites https://users.aalto.fi/~pat/cliquer/
|
|
|
|
description Find cliques in graphs
|
|
|
|
long_description Cliquer is a program for efficiently finding cliques in arbitrary \
|
|
weighted graphs.
|
|
|
|
checksums rmd160 5c2b8804dff6f3e54701e8ce25fe0c4a282be154 \
|
|
sha256 ff306d27eda82383c0257065e3ffab028415ac9af73bccfdd9c2405b797ed1f1 \
|
|
size 100327
|
|
|
|
patchfiles patch-makefile-variable-fix.diff
|
|
|
|
test.run yes
|
|
test.target test
|
|
|
|
destroot {
|
|
xinstall -W ${worksrcpath} \
|
|
cl \
|
|
${destroot}${prefix}/bin/cliquer
|
|
}
|