Ticket #46735: Portfile

File Portfile, 950 bytes (added by franck@…, 9 years ago)
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$
3
4PortSystem          1.0
5
6PortGroup           github 1.0
7
8version             1.1.1
9
10categories          net
11platforms           darwin
12
13description         A terminfo parsing library.
14long_description    Unibilium is a very basic terminfo library. It doesn't \
15                    depend on curses or any other library. It also doesn't \
16                    use global variables, so it should be thread-safe.
17license             LGPL-3
18maintainers         cassedanne.com:franck
19
20github.setup        mauke unibilium ${version}
21github.tag_prefix   v
22
23checksums           rmd160  5ac8db9c7723984f2de51ad01d1fd79ce450470b \
24                    sha256  0b887087353c5b99c5dd889c22d7d3aad90b9ce1c4d061c59c8f247ba0e21d68
25
26use_configure       no
27destroot.destdir    PREFIX=${destroot}${prefix}
28
29test.run            yes