mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
48 lines
1.8 KiB
Tcl
48 lines
1.8 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
|
|
name jpeg2ps
|
|
version 1.9
|
|
revision 1
|
|
checksums rmd160 076c59aeded1615bdb65db138a8448e9146f7ed3 \
|
|
sha256 e09919ff55bb1fd26299adfe92e5ea0e7daaa3bfa0277a0483cac9764eac25a2 \
|
|
size 67105
|
|
|
|
categories graphics
|
|
license Restrictive Noncommercial BSD
|
|
platforms darwin
|
|
maintainers nomaintainer
|
|
description Utility to convert JPEG to PostScript fileS
|
|
|
|
long_description jpeg2ps is a utility for converting JPEG images to \
|
|
compressed PostScript Level 2 or 3 files (without \
|
|
uncompressing the images). The JPEG data is simply \
|
|
\"wrapped\" with PostScript which yields considerably \
|
|
to smaller PS files.
|
|
|
|
homepage https://web.archive.org/web/20131028073113/http://www.pdflib.com:80/download/free-software/jpeg2ps/
|
|
master_sites https://web.archive.org/web/20131028073113/http://www.pdflib.com/fileadmin/pdflib/products/more/jpeg2ps/
|
|
|
|
patchfiles implicit.patch
|
|
|
|
use_configure no
|
|
|
|
variant universal {}
|
|
|
|
configure.cflags-append \
|
|
-c \
|
|
-DA4 \
|
|
{*}[get_canonical_archflags cc]
|
|
|
|
configure.ldflags-append \
|
|
{*}[get_canonical_archflags ld]
|
|
|
|
build.args CC=${configure.cc} \
|
|
CFLAGS="${configure.cflags}" \
|
|
LD=${configure.cc} \
|
|
LDFLAGS="${configure.ldflags}"
|
|
|
|
destroot.destdir BINDIR=${destroot}${prefix}/bin \
|
|
MANDIR=${destroot}${prefix}/share/man/man1
|