Ticket #33141: Portfile

File Portfile, 770 bytes (added by beau@…, 12 years ago)

Portfile for bmp2png-png2bmp

Line 
1# -*- 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$
3PortSystem                      1.0
4name                            bmp2png-png2bmp
5version                         1.63
6categories                      graphics
7platforms                       darwin
8license                         GPL-3
9maintainers                     beau@inbeta.org
10description                     A simple command line app which converts between Png to Bmp\
11                                        converter and back
12long_description        bmp2png/png2bmp is a \
13                                        pair of simple command-line utilities that convert between \
14                                        Windows BMP format and PNG (Portable Network Graphics).
15homepage                        https://github.com/BeauJoh/bmp2png-png2bmp
16
17fetch.type                      git
18git.url                         git://github.com/BeauJoh/bmp2png-png2bmp.git
19git.branch                      origin/master
20
21use_configure           no
22
23
24depends_lib                     port:libpng\
25                                        port:zlib