228ab58873
Remove patches and hacks that were used to work around the previous situation This allows to stage more ports as a regular user Differential Revision: https://reviews.freebsd.org/D703 Reviewed by and discussed with: bapt With hat: portmgr
32 lines
719 B
Makefile
32 lines
719 B
Makefile
# Created by: ijliao
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= epix
|
|
PORTVERSION= 1.2.14
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://mathcs.holycross.edu/~ahwang/epix/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Creates math plots and line figures using easy-to-learn syntax
|
|
|
|
LICENSE= GPLv2 # (or later)
|
|
|
|
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
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --with-bash=${LOCALBASE}/bin/bash \
|
|
--with-runtime=${CXX}
|
|
|
|
INFO= epix
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e '/usepackage/s|pstricks,xcolor|pstricks,tikz,xcolor|' \
|
|
${WRKSRC}/doc/manual.tex
|
|
|
|
.include <bsd.port.mk>
|