diff options
author | Dennis Herrmann <dhn@FreeBSD.org> | 2011-08-31 22:01:24 +0000 |
---|---|---|
committer | Dennis Herrmann <dhn@FreeBSD.org> | 2011-08-31 22:01:24 +0000 |
commit | 20b0d6edc9638e0b8d85827943da502e09606861 (patch) | |
tree | ebfe8c93f8543f56f2a98f2a45985d8d7245defa /graphics | |
parent | 2e3d396420d88fdb8e4a1eac1f7ae993c55a0e04 (diff) | |
download | ports-20b0d6edc9638e0b8d85827943da502e09606861.tar.gz ports-20b0d6edc9638e0b8d85827943da502e09606861.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/epix/Makefile | 9 | ||||
-rw-r--r-- | graphics/epix/distinfo | 4 |
2 files changed, 7 insertions, 6 deletions
diff --git a/graphics/epix/Makefile b/graphics/epix/Makefile index ae05c1b5f7ee..d5b3c1d0ccd6 100644 --- a/graphics/epix/Makefile +++ b/graphics/epix/Makefile @@ -7,13 +7,16 @@ # PORTNAME= epix -PORTVERSION= 1.2.8 +PORTVERSION= 1.2.9 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) +LICENSE_FILE= ${WRKSRC}/COPYING + BUILD_DEPENDS= dvips:${PORTSDIR}/print/dvipsk-tetex \ latex-pgf>=0:${PORTSDIR}/print/latex-pgf \ latex:${PORTSDIR}/print/teTeX-base \ @@ -21,14 +24,12 @@ BUILD_DEPENDS= dvips:${PORTSDIR}/print/dvipsk-tetex \ RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX-base \ bash:${PORTSDIR}/shells/bash -LICENSE= GPLv2 GPLv3 -LICENSE_COMB= dual - USE_BZIP2= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-bash=${LOCALBASE}/bin/bash \ --with-runtime=${CXX} +MAKE_JOBS_SAFE= yes MAN1= elaps.1 epix.1 flix.1 laps.1 INFO= epix diff --git a/graphics/epix/distinfo b/graphics/epix/distinfo index 7d17d9ca19a2..da27d997a36d 100644 --- a/graphics/epix/distinfo +++ b/graphics/epix/distinfo @@ -1,2 +1,2 @@ -SHA256 (epix-1.2.8.tar.bz2) = 8d8f2b5360f6c2ec28c9b2428ba8c56047b9f2ce1272012edc7b5ee91cd82021 -SIZE (epix-1.2.8.tar.bz2) = 493856 +SHA256 (epix-1.2.9.tar.bz2) = ef748bde160a85ad37d322e94ba560f2e700e922ed7b6e51ba918c9661c67184 +SIZE (epix-1.2.9.tar.bz2) = 495651 |