blob: 630093a2eb5a247062fc0f94a18264ae520c2e49 [file] [log] [blame]
Alexander Afanasyev35ef9842013-08-22 15:59:17 -07001# -*- 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
2# $Id$
3
4PortSystem 1.0
5PortGroup github 1.0
6
7github.setup cawka graffle2pdf graffle2pdf-0.6
8checksums rmd160 65cb224e8f339cd0a9385a6ec16bed2e4e6cccf0 \
9 sha256 b8d0f31ba885e0e176584458d7737ba32f6010557c070d0b515f9b646efa1022
10
11name graffle2pdf
12homepage https://github.com/cawka/graffle2pdf
13version 0.6
14
15categories graphics
16platforms darwin
17maintainers ucla.edu:alexander.afanasyev
18
19description Command-line utility for exporting OmniGraffle documents
20
21use_configure false
22
23build {
24}
25
26destroot {
27 xinstall -W ${worksrcpath} graffle2pdf ${destroot}${prefix}/bin/
28}