You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
43 lines
1.3 KiB
Plaintext
43 lines
1.3 KiB
Plaintext
PortSystem 1.0
|
|
name epstool
|
|
version 3.08
|
|
revision 13
|
|
categories print
|
|
maintainers iaas.msu.ru:master
|
|
description create or extract preview images in EPS files, fix bounding boxes and convert to bitmaps
|
|
|
|
long_description \
|
|
Add EPSI, DOS (MS Word!) EPS or Mac PICT previews. \
|
|
Extract PostScript from DOS EPS files. \
|
|
Uses Ghostscript to create preview bitmaps. \
|
|
Create a TIFF, WMF, PICT or Interchange preview from part of a bitmap created by Ghostscript.
|
|
|
|
platforms darwin
|
|
license GPL-2
|
|
|
|
homepage http://www.cs.wisc.edu/~ghost/gsview/epstool.htm
|
|
master_sites https://src.fedoraproject.org/repo/pkgs/epstool/${distfiles}/465a57a598dbef411f4ecbfbd7d4c8d7/
|
|
checksums md5 465a57a598dbef411f4ecbfbd7d4c8d7
|
|
|
|
depends_lib bin:gs:ghostscript
|
|
|
|
use_configure no
|
|
use_parallel_build no
|
|
|
|
variant universal {}
|
|
|
|
set cflags "${configure.cflags} ${configure.cppflags}"
|
|
set ldflags ${configure.ldflags}
|
|
lappend cflags {*}[get_canonical_archflags cc]
|
|
lappend ldflags {*}[get_canonical_archflags ld]
|
|
build.env CFLAGS=[join ${cflags} " "] \
|
|
LDFLAGS=[join ${ldflags} " "]
|
|
build.args-append CC=${configure.cc} \
|
|
CXX=${configure.cxx} \
|
|
CPP=${configure.cpp}
|
|
|
|
patchfiles patch-epstool.mak patch-makefile patch-src_unixcom_mak.diff
|
|
destroot.destdir prefix=${destroot}${prefix}
|
|
|
|
livecheck.type none
|