pkgsrc-wip/igraph/Makefile
Aleksej Saushev 0b8aa5aecb Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
2012-09-30 05:44:14 +00:00

24 lines
567 B
Makefile

# $NetBSD: Makefile,v 1.3 2012/09/30 05:44:15 asau Exp $
#
DISTNAME= igraph-0.5.3
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=igraph/}
MAINTAINER= wenheping@gmail.com
HOMEPAGE= http://igraph.sf.net/
COMMENT= Package For Manipulating Undirected And Directed Graphs
LICENSE= gnu-gpl-v2
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
USE_LANGUAGES= c c++
REPLACE_SH+= configure depcomp install-sh missing ylwrap \
tests/testsuite
PKGCONFIG_OVERRIDE+= igraph.pc.in
.include "../../devel/gmp/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"