Ticket #52859: Portfile

File Portfile, 882 bytes (added by japanesecake (mmallet), 7 years ago)
Line 
1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; truncate-lines: t -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
2
3PortSystem          1.0
4
5name                apngasm
6version             2.9
7categories          graphics
8platforms           darwin
9license             zlib
10maintainers         nomaintainer
11description         APNG Assembler
12long_description    Creates APNG animation from PNG/TGA image sequence
13homepage            http://apngasm.sourceforge.net/
14master_sites        sourceforge
15
16distfiles           ${name}-${version}-src.zip
17checksums           rmd160  c4ee4209734a4c3730f6273fc596d5236b6f0c8c \
18                    sha256  5dfd34c9a560da81f91d37b891e23761c74659fe36e04ab2a46696562a9ed876
19
20use_configure       no
21
22use_zip             yes
23extract.mkdir       yes
24
25destroot {
26    copy ${worksrcpath}/${name} ${destroot}${prefix}/bin
27}