Ticket #45142: Portfile

File Portfile, 967 bytes (added by agraef (Albert Graef), 10 years ago)

pure-stldict Portfile

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