aboutsummaryrefslogtreecommitdiffstats
path: root/math/ess/Makefile
blob: f40bb86115dbcd94d30330285e0c8062ec678b54 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# Created by: Christopher J. Ruwe
# $FreeBSD$

PORTNAME=   ess
DISTVERSION=    16.04
PORTREVISION=   1
CATEGORIES= math
MASTER_SITES=   http://ess.r-project.org/downloads/ess/ \
        http://stat.ethz.ch/ESS/downloads/ess/

MAINTAINER= rhurlin@gwdg.de
COMMENT=    R support for Emacsen

LICENSE=    GPLv2+
LICENSE_FILE=   ${WRKSRC}/COPYING

RUN_DEPENDS=    R: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>