5a1e8b0499
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
28 lines
789 B
Makefile
28 lines
789 B
Makefile
# $NetBSD: Makefile,v 1.6 2012/02/06 12:40:52 wiz Exp $
|
|
#
|
|
|
|
PKGREVISION= 2
|
|
CATEGORIES= math
|
|
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
|
|
|
|
MAINTAINER= mchittur@cs.nmsu.edu
|
|
HOMEPAGE= ${R_HOMEPAGE_BASE}/CGIwithR/
|
|
COMMENT= Facilities for the use of R to write CGI scripts
|
|
|
|
R_PKGNAME= CGIwithR
|
|
R_PKGVER= 0.73-0
|
|
|
|
REPLACE_INTERPRETER+= r
|
|
REPLACE.r.old= .*R
|
|
REPLACE.r.new= ${PREFIX}/bin/R
|
|
REPLACE_FILES.r= inst/examples/dangerous.R inst/examples/trivial.R
|
|
|
|
SUBST_CLASSES+= fix-paths
|
|
SUBST_STAGE.fix-paths= post-patch
|
|
SUBST_MESSAGE.fix-paths= Fixing absolute paths.
|
|
SUBST_FILES.fix-paths= inst/cgi-bin/R.cgi
|
|
SUBST_SED.fix-paths= -e 's,/usr/local,${PREFIX},g'
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../print/ghostscript/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|