mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
4f74f12dd2
PR: 206251 Submitted by: ports fury
37 lines
713 B
Makefile
37 lines
713 B
Makefile
# Created by: Christopher J. Ruwe
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ess
|
|
DISTVERSION= 15.09-2
|
|
CATEGORIES= math
|
|
MASTER_SITES= http://ess.r-project.org/downloads/ess/ \
|
|
http://stat.ethz.ch/ESS/downloads/ess/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= R support for Emacsen
|
|
|
|
LICENSE= GPLv2+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
RUN_DEPENDS= R:${PORTSDIR}/math/R
|
|
|
|
NO_ARCH= yes
|
|
|
|
USES= gmake makeinfo tar:tgz
|
|
USE_EMACS= yes
|
|
|
|
INFO= ess
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e \
|
|
's|^DESTDIR|#DESTDIR| ; \
|
|
s|^PREFIX|#PREFIX| ; \
|
|
s|=$$(PREFIX)|=$$(DESTDIR)$$(PREFIX)| ; \
|
|
s|share/info|${INFO_PATH}|' ${WRKSRC}/Makeconf
|
|
@${REINPLACE_CMD} -e \
|
|
'/^PDFs/s|=.*|=|' ${WRKSRC}/doc/Makefile
|
|
|
|
.include <bsd.port.mk>
|