diff options
author | miwi <miwi@FreeBSD.org> | 2013-07-15 22:44:53 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-07-15 22:44:53 +0800 |
commit | 9118686502b97af5bc53cb8c7b17cf69ff33b72f (patch) | |
tree | eaa19e8194a278f9262d11576383c0a5ef8befaf /graphics/epix/Makefile | |
parent | c4023763df46bf155c8539ff0efd31313917592e (diff) | |
download | freebsd-ports-gnome-9118686502b97af5bc53cb8c7b17cf69ff33b72f.tar.gz freebsd-ports-gnome-9118686502b97af5bc53cb8c7b17cf69ff33b72f.tar.zst freebsd-ports-gnome-9118686502b97af5bc53cb8c7b17cf69ff33b72f.zip |
- Update to 1.2.11
PR: 180507
Submitted by: Ports Fury
Diffstat (limited to 'graphics/epix/Makefile')
-rw-r--r-- | graphics/epix/Makefile | 17 |
1 files changed, 6 insertions, 11 deletions
diff --git a/graphics/epix/Makefile b/graphics/epix/Makefile index b6f58ea7fbb8..f9b5a964e6cb 100644 --- a/graphics/epix/Makefile +++ b/graphics/epix/Makefile @@ -1,14 +1,8 @@ -# ex:ts=8 -# Ports collection makefile for: epix -# Date created: Sep 5, 2002 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= epix -PORTVERSION= 1.2.10 -PORTREVISION= 1 +PORTVERSION= 1.2.11 CATEGORIES= graphics MASTER_SITES= http://mathcs.holycross.edu/~ahwang/epix/ @@ -16,15 +10,14 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Creates math plots and line figures using easy-to-learn syntax LICENSE= GPLv2 # (or later) -LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= latex-pgf>=0:${PORTSDIR}/print/latex-pgf \ bash:${PORTSDIR}/shells/bash RUN_DEPENDS= bash:${PORTSDIR}/shells/bash USE_BZIP2= yes +USES= gmake USE_TEX= latex dvipsk:build -USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-bash=${LOCALBASE}/bin/bash \ --with-runtime=${CXX} @@ -33,6 +26,8 @@ MAKE_JOBS_SAFE= yes MAN1= elaps.1 epix.1 flix.1 laps.1 INFO= epix +.include <bsd.port.options.mk> + post-patch: @${REINPLACE_CMD} -e '/^install-data-am:/s|install-data-local||' \ ${WRKSRC}/Makefile.in @@ -44,7 +39,7 @@ post-patch: ${WRKSRC}/samples/Makefile.in post-install: -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} \ ${MAKEFILE} ${MAKE_ARGS} install-data-local) @(cd ${WRKSRC}/doc && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} \ |