aboutsummaryrefslogtreecommitdiffstats
path: root/math/R-cran-igraph/Makefile
blob: c46f6216585802ecf993416701d6dda41c14a462 (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
# New ports collection makefile for:    igraph
# Date created:     10 May, 2009
# Whom:         Wen Heping <wenheping@gmail.com>
#
# $FreeBSD$
#

PORTNAME=   igraph
DISTVERSION=    0.5.5-4
CATEGORIES= math
DISTNAME=   ${PORTNAME}_${DISTVERSION}

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

LICENSE=    GPLv2 GPLv3
LICENSE_COMB=   dual

USE_R_MOD=  yes
R_MOD_AUTOPLIST=    yes

.include <bsd.port.pre.mk>

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

.include <bsd.port.post.mk>