mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
5d57d97db9
dependent ports Approved by: linimon (portmgr), thierry, tota, wen Feature safe: yes
21 lines
376 B
Makefile
21 lines
376 B
Makefile
# 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= 6
|
|
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>
|