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 118817 2014-04-11 07:22:57Z ryandesign@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup pure 1.0 |
---|
6 | |
---|
7 | pure.setup stldict 0.8 |
---|
8 | categories devel |
---|
9 | platforms darwin |
---|
10 | maintainers ryandesign |
---|
11 | license LGPL-3+ |
---|
12 | |
---|
13 | description a Pure interface to the C++ dictionary containers |
---|
14 | |
---|
15 | long_description ${name} provides ${description}. |
---|
16 | |
---|
17 | checksums rmd160 edd27eea378ae97f444909e271307b5c30e313ad \ |
---|
18 | sha256 5b894ae6dc574c7022258e2732bea649c82c959ec4d0be13fb5a3e8ba8488f28 |
---|
19 | |
---|
20 | # MacPorts wants to override these, but we really need them as they are. |
---|
21 | build.post_args CXXFLAGS="-g -O2 -std=c++0x -Wall" |
---|
22 | |
---|
23 | depends_build-append port:pkgconfig |
---|
24 | |
---|
25 | test.run yes |
---|
26 | test.target check |
---|