/x11-fonts/ppantsfonts/

'form'>
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/math/nauty/Makefile
blob: d37bd4230cb85f097d333bcc983ff479f6ef1e60 (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# New ports collection makefile for:   nauty
# Date created:        May 24 2001
# Whom:                bremner@unb.ca
#
# $FreeBSD$
#

PORTNAME=   nauty
PORTVERSION=    2.0b9
CATEGORIES= math
MASTER_SITES=   http://cs.anu.edu.au/~bdm/nauty/
DISTNAME=   ${PORTNAME}20beta9

MAINTAINER= ports@FreeBSD.org
COMMENT=    Brendan McKay's graph isomorphism tester

WRKSRC=     ${WRKDIR}/${PORTNAME}20
MAKEFILE=   makefile
ALL_TARGET= nauty
NO_INSTALL_MANPAGES=yes
PORTDOCS=   oldmanual.ps read.me
PLIST_FILES=    bin/dreadnaut bin/dreadnaut1 bin/dreadnautL1 bin/dreadnautB

post-patch:
    @${REINPLACE_CMD} -e 's|gcc|${CC}|; s|-O4|${CFLAGS}|' \
        ${WRKSRC}/${MAKEFILE}

do-install:
    cd ${WRKSRC};   ${INSTALL_PROGRAM} dreadnaut dreadnaut1 \
        dreadnautL1 dreadnautB  ${PREFIX}/bin

post-install:
.if !defined(NOPORTDOCS)
    ${MKDIR} ${DOCSDIR}
.for i in ${PORTDOCS}
    ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
.endfor
.endif

.include <bsd.port.mk>