5e19c3fb11
MASTER_SITES is defined in math/R/Makefile.extension, which should be included by all R packages. Therefore, MASTER_SITES should not normally be defined in the Makefile for an R package.
15 lines
340 B
Makefile
15 lines
340 B
Makefile
# $NetBSD: Makefile,v 1.2 2020/08/09 17:02:38 brook Exp $
|
|
|
|
R_PKGNAME= polyclip
|
|
R_PKGVER= 1.10-0
|
|
CATEGORIES= graphics
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= ${R_HOMEPAGE_BASE}/polyclip/
|
|
COMMENT= Polygon Clipping
|
|
LICENSE= boost-license
|
|
|
|
USE_LANGUAGES+= c c++
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../mk/bsd.pkg.mk"
|