freebsd-ports/math/nauty/Makefile
Edwin Groothuis 388d529ae5 Reset maintainer
PR:		ports/90726
Submitted by:	David Bremner <bremner-dated-1136341985.d77847@pivot.cs.unb.ca>
2005-12-21 03:09:40 +00:00

42 lines
932 B
Makefile

# 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
USE_REINPLACE= 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>