Tweak math/rocs version 4.14.3_7
[dports.git] / graphics / epix / Makefile
1 # Created by: ijliao
2 # $FreeBSD$
3
4 PORTNAME=       epix
5 PORTVERSION=    1.2.16
6 CATEGORIES=     graphics
7 MASTER_SITES=   http://mathcs.holycross.edu/~ahwang/epix/
8
9 MAINTAINER=     ports@FreeBSD.org
10 COMMENT=        Creates math plots and line figures using easy-to-learn syntax
11
12 LICENSE=        GPLv2+
13 LICENSE_FILE=   ${WRKSRC}/COPYING
14
15 BUILD_DEPENDS=  bash:shells/bash
16 RUN_DEPENDS=    bash:shells/bash
17
18 USES=           gmake makeinfo tar:bzip2
19 USE_TEX=        latex dvipsk:build texmf:build
20 GNU_CONFIGURE=  yes
21 CONFIGURE_ARGS= --with-bash=${LOCALBASE}/bin/bash \
22                 --with-runtime=${CXX}
23
24 INFO=           epix
25
26 OPTIONS_DEFINE= DOCS
27
28 post-patch:
29         @${REINPLACE_CMD} -e \
30                 '/usepackage/s|\(pstricks\),\(xcolor\)|\1,tikz,\2|' \
31                 ${WRKSRC}/doc/manual.tex
32
33 .include <bsd.port.mk>