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