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: Portfile 118811 2014-04-11 07:18:47Z ryandesign@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup pure 1.0 |
---|
6 | |
---|
7 | pure.setup bonjour 0.1 |
---|
8 | categories devel |
---|
9 | platforms darwin |
---|
10 | maintainers ryandesign |
---|
11 | license LGPL-3 |
---|
12 | |
---|
13 | description an interface to Bonjour which enables you to \ |
---|
14 | publish and discover Zeroconf services from Pure |
---|
15 | |
---|
16 | long_description ${name} provides ${description}. |
---|
17 | |
---|
18 | checksums rmd160 2a7af3ed1aaa92ce47978354b43a98473120493b \ |
---|
19 | sha256 ff9e43a4e64c26d509505ee59081603a7553dd516b9317944b83d34e4904719b |
---|
20 | |
---|
21 | patchfiles-append make.diff |
---|
22 | |
---|
23 | depends_build-append port:pkgconfig |
---|