diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2015-10-02 20:12:54 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2015-10-02 20:12:54 +0000 |
commit | 9c5206d09675f5dc74fc72503fe8f0d11871590f (patch) | |
tree | 389a103331e961e24f72953e14814a5aaa826995 /graphics/epix/Makefile | |
parent | 3c745ac3e97662d17569924c533cd88d417da9e8 (diff) | |
download | ports-9c5206d09675f5dc74fc72503fe8f0d11871590f.tar.gz ports-9c5206d09675f5dc74fc72503fe8f0d11871590f.zip |
Notes
Diffstat (limited to 'graphics/epix/Makefile')
-rw-r--r-- | graphics/epix/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/graphics/epix/Makefile b/graphics/epix/Makefile index 44891f071e74..73102cb1f57e 100644 --- a/graphics/epix/Makefile +++ b/graphics/epix/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= epix -PORTVERSION= 1.2.14 +PORTVERSION= 1.2.15 CATEGORIES= graphics MASTER_SITES= http://mathcs.holycross.edu/~ahwang/epix/ @@ -10,13 +10,13 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Creates math plots and line figures using easy-to-learn syntax LICENSE= GPLv2 # (or later) +LICENSE_FILE= ${WRKSRC}/COPYING -USE_TEX= texmf:build BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash RUN_DEPENDS= bash:${PORTSDIR}/shells/bash USES= gmake makeinfo tar:bzip2 -USE_TEX= latex dvipsk:build +USE_TEX= latex dvipsk:build texmf:build GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-bash=${LOCALBASE}/bin/bash \ --with-runtime=${CXX} @@ -26,7 +26,8 @@ INFO= epix OPTIONS_DEFINE= DOCS post-patch: - @${REINPLACE_CMD} -e '/usepackage/s|pstricks,xcolor|pstricks,tikz,xcolor|' \ + @${REINPLACE_CMD} -e \ + '/usepackage/s|\(pstricks\),\(xcolor\)|\1,tikz,\2|' \ ${WRKSRC}/doc/manual.tex .include <bsd.port.mk> |