aboutsummaryrefslogtreecommitdiffstats
path: root/math/R-cran-gpclib/Makefile
blob: 53e00c5def988ac2987eb663dad228b3df21e4be (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
DISTVERSION=    1.5-1
PORTREVISION=   10
CATEGORIES= math
DISTNAME=   ${PORTNAME}_${DISTVERSION}

MAINTAINER= wen@FreeBSD.org
COMMENT=    General Polygon Clipping Library for R

USE_R_MOD=  yes
R_MOD_AUTOPLIST=    yes

.include <bsd.port.mk>