summaryrefslogtreecommitdiff
path: root/math/R-cran-gpclib/Makefile
blob: 1380d05e5a0828eb3f5685305df417b34270975f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# New ports collection makefile for:	gpclib
# Date created:		2009-03-27
# Whom:			Wen Heping <wenheping@gmail.com>
#
# $FreeBSD$
#

PORTNAME=	gpclib
PORTVERSION=	1.4.3
CATEGORIES=	math
PKGNAMEPREFIX=	R-cran-
DISTNAME=	${PORTNAME}_1.4-3

MAINTAINER=	wenheping@gmail.com
COMMENT=	General Polygon Clipping Library for R

R_MOD=	yes

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