aboutsummaryrefslogblamecommitdiff
path: root/math/R-cran-igraph/Makefile
blob: e24e19c0b0a721bedaece248f99f67698daf4531 (plain) (tree)
1
2
3
4
5
6
7
8
                                              
           

                      
                     
                 
                    
                                          






                                              
                       







                                                                
# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$

PORTNAME=	igraph
DISTVERSION=	0.7.1
PORTREVISION=	1
CATEGORIES=	math
DISTNAME=	${PORTNAME}_${DISTVERSION}

MAINTAINER=	tota@FreeBSD.org
COMMENT=	R extension package for igraph

LICENSE=	GPLv2 GPLv3
LICENSE_COMB=	dual

USES=	cran:auto-plist

.include <bsd.port.pre.mk>

.if ${ARCH} == "sparc64"
BROKEN=		Does not compile on sparc64: uses i386 assembler
.endif

.include <bsd.port.post.mk>