blob: d975c7618a9db6b5e8f5ff765a0dce480c05f1fe (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
PORTNAME= bliss
DISTVERSION= 0.73
CATEGORIES= math
MASTER_SITES= http://www.tcs.hut.fi/Software/bliss/
PKGNAMESUFFIX= -graph-tool
MAINTAINER= yuri@FreeBSD.org
COMMENT= Tool for computing automorphism groups and canonical forms of graphs
WWW= http://www.tcs.hut.fi/Software/bliss/index.html
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
USES= gmake zip
MAKE_ARGS= CC=${CXX}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/libbliss.a ${STAGEDIR}${PREFIX}/lib
${MKDIR} ${STAGEDIR}${PREFIX}/include/${PORTNAME}
${CP} ${WRKSRC}/*.hh ${WRKSRC}/*.h ${STAGEDIR}${PREFIX}/include/${PORTNAME}
.include <bsd.port.mk>
|