|
Revision 93043, 1.0 KB
(checked in by jmr@…, 11 days ago)
|
|
wbxml2: license
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
| 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 | |
|---|
| 4 | PortSystem 1.0 |
|---|
| 5 | PortGroup cmake 1.0 |
|---|
| 6 | |
|---|
| 7 | name wbxml2 |
|---|
| 8 | version 0.10.9 |
|---|
| 9 | categories textproc devel |
|---|
| 10 | license LGPL-2.1+ |
|---|
| 11 | platforms darwin |
|---|
| 12 | maintainers nomaintainer |
|---|
| 13 | description converts between XML and Wireless Binary XML (WBXML) |
|---|
| 14 | long_description ${description} |
|---|
| 15 | homepage https://libwbxml.opensync.org/ |
|---|
| 16 | |
|---|
| 17 | master_sites sourceforge:libwbxml |
|---|
| 18 | |
|---|
| 19 | distname libwbxml-${version} |
|---|
| 20 | |
|---|
| 21 | checksums sha1 62a65a3a164dac0d514bc6f17f6600ba11e7cdb4 \ |
|---|
| 22 | rmd160 0c7882a8ad539532e00c7071fd006da8db2762a8 |
|---|
| 23 | |
|---|
| 24 | patchfiles patch-src-cmakelists.diff |
|---|
| 25 | |
|---|
| 26 | depends_lib port:expat port:libiconv |
|---|
| 27 | |
|---|
| 28 | pre-configure { file mkdir ${configure.dir} } |
|---|
| 29 | |
|---|
| 30 | configure.args-append ${worksrcpath} |
|---|
| 31 | |
|---|
| 32 | configure.ldflags-append -liconv |
|---|
| 33 | |
|---|
| 34 | configure.dir ${worksrcpath}/build |
|---|
| 35 | build.dir ${configure.dir} |
|---|