View | Details | Raw Unified | Return to bug 258106
Collapse All | Expand All

(-)b/math/nauty/Makefile (-2 / +3 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	nauty
3
PORTNAME=	nauty
4
PORTVERSION=	27r1
4
PORTVERSION=	27r1
5
PORTREVISION=	3
5
PORTREVISION=	4
6
CATEGORIES=	math
6
CATEGORIES=	math
7
MASTER_SITES=	https://users.cecs.anu.edu.au/~bdm/nauty/
7
MASTER_SITES=	https://users.cecs.anu.edu.au/~bdm/nauty/
8
DISTNAME=	${PORTNAME}${PORTVERSION}
8
DISTNAME=	${PORTNAME}${PORTVERSION}
Lines 32-38 post-build: Link Here
32
32
33
do-install:
33
do-install:
34
	${MKDIR} ${STAGEDIR}${PREFIX}/include/nauty
34
	${MKDIR} ${STAGEDIR}${PREFIX}/include/nauty
35
.for h in  nauty.h nautycliquer.h nausparse.h traces.h naugroup.h
35
.for h in gtools.h naugroup.h naurng.h nausparse.h naututil.h nauty.h \
36
	nautycliquer.h schreier.h traces.h
36
	${INSTALL_DATA} ${WRKSRC}/${h} ${STAGEDIR}${PREFIX}/include/nauty
37
	${INSTALL_DATA} ${WRKSRC}/${h} ${STAGEDIR}${PREFIX}/include/nauty
37
.endfor
38
.endfor
38
	# Do not use ${INSTALL_LIB} to strip the library!
39
	# Do not use ${INSTALL_LIB} to strip the library!
(-)b/math/nauty/pkg-plist (+4 lines)
Lines 41-50 bin/twohamg Link Here
41
bin/underlyingg
41
bin/underlyingg
42
bin/vcolg
42
bin/vcolg
43
bin/watercluster2
43
bin/watercluster2
44
include/nauty/gtools.h
44
include/nauty/naugroup.h
45
include/nauty/naugroup.h
46
include/nauty/naurng.h
45
include/nauty/nausparse.h
47
include/nauty/nausparse.h
48
include/nauty/naututil.h
46
include/nauty/nauty.h
49
include/nauty/nauty.h
47
include/nauty/nautycliquer.h
50
include/nauty/nautycliquer.h
51
include/nauty/schreier.h
48
include/nauty/traces.h
52
include/nauty/traces.h
49
lib/libnauty.a
53
lib/libnauty.a
50
lib/libnauty.so
54
lib/libnauty.so

Return to bug 258106