pkgsrc-wip/nauty/Makefile
Aleksej Saushev 117322ad16 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
2012-10-03 18:15:31 +00:00

35 lines
814 B
Makefile

# $NetBSD: Makefile,v 1.2 2012/10/03 18:15:31 asau Exp $
#
DISTNAME= nauty24r2
PKGNAME= nauty-24r2
CATEGORIES= math
MASTER_SITES= http://cs.anu.edu.au/~bdm/nauty/
MAINTAINER= jihbed.research@gmail.com
HOMEPAGE= http://cs.anu.edu.au/~bdm/nauty/
COMMENT= Brendan McKay's graph isomorphism tester
#LICENSE= # TODO: (see mk/license.mk)
MAKE_JOBS_SAFE= no
GNU_CONFIGURE= yes
MAKE_FILE= makefile
USE_TOOLS+= gmake
USE_LANGUAGES= c
PROGFILES= NRswitchg complg dreadnaut gentourng pickg \
addedgeg copyg dretog labelg planarg amtog countg \
genbg listg shortg biplabg deledgeg geng multig showg \
arg directg genrang newedgeg
INSTALLATION_DIRS= bin
do-install:
.for progf in ${PROGFILES}
${INSTALL_PROGRAM} ${WRKSRC}/${progf} ${DESTDIR}${PREFIX}/bin
.endfor
.include "../../mk/bsd.pkg.mk"