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

PORTNAME=	igraph
PORTVERSION=	0.5.2
PORTREVISION=	3
CATEGORIES=	math
MASTER_SITES=	SF/${PORTNAME}/R%20source%20package/${PORTVERSION}
PKGNAMEPREFIX=	R-cran-
DISTNAME=	${PORTNAME}_${PORTVERSION}

MAINTAINER=	wenheping@gmail.com
COMMENT=	R extension package for igraph

R_MOD=	yes

.include "${.CURDIR}/../../math/R-cran-sm/files/bsd.cran.mk"

.include <bsd.port.pre.mk>

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

.include <bsd.port.post.mk>