diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2019-08-02 09:02:25 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2019-08-02 09:02:25 +0000 |
commit | 87ddb382d24b6917261eb85a3d8ec71c7343cd90 (patch) | |
tree | 3b5dee7a8d9f0f2c3d20cea54a53e1aef2d247ed /graphics/eps2png | |
parent | e43a793707cc41c7fc4c30d18025a4132dc19a81 (diff) | |
download | ports-87ddb382d24b6917261eb85a3d8ec71c7343cd90.tar.gz ports-87ddb382d24b6917261eb85a3d8ec71c7343cd90.zip |
Notes
Diffstat (limited to 'graphics/eps2png')
-rw-r--r-- | graphics/eps2png/Makefile | 4 | ||||
-rw-r--r-- | graphics/eps2png/pkg-descr | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/graphics/eps2png/Makefile b/graphics/eps2png/Makefile index 85c313bb73e3..c25fb5f64eee 100644 --- a/graphics/eps2png/Makefile +++ b/graphics/eps2png/Makefile @@ -11,8 +11,12 @@ MASTER_SITE_SUBDIR= CPAN:JV MAINTAINER= perl@FreeBSD.org COMMENT= Converts EPS images to PNG +LICENSE= ART10 GPLv2+ +LICENSE_COMB= dual + USES= ghostscript perl5 USE_PERL5= configure MAKE_ARGS= INSTLLSCRIPT="${PREFIX}/bin" +NO_ARCH= yes .include <bsd.port.mk> diff --git a/graphics/eps2png/pkg-descr b/graphics/eps2png/pkg-descr index 308fcaac2805..f64e5d8d7076 100644 --- a/graphics/eps2png/pkg-descr +++ b/graphics/eps2png/pkg-descr @@ -1,4 +1,4 @@ epf2png converts files from EPS format (Encapsulated PostScript) to PNG (Portable Network Graphics), JPEG or GIF formats. -WWW: http://www.vromans.org/johan/software/sw_eps2png.html +WWW: https://www.vromans.org/johan/software/sw_eps2png.html |