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 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name libfixposix |
---|
7 | version 0.3.0 |
---|
8 | categories devel |
---|
9 | platforms darwin |
---|
10 | license BSD |
---|
11 | maintainers |
---|
12 | description Thin wrapper over POSIX syscalls |
---|
13 | long_description The purpose of libfixposix is to offer replacements for parts of POSIX whose behaviour is inconsistent across *NIX flavours. |
---|
14 | homepage https://github.com/sionescu/libfixposix |
---|
15 | fetch.type git |
---|
16 | git.url https://github.com/sionescu/libfixposix.git |
---|
17 | git.branch v${version} |
---|
18 | use_autoreconf yes |
---|
19 | depends_build port:autoconf port:automake port:libtool |
---|