Ticket #53424: Portfile2

File Portfile2, 1.3 KB (added by 1-61803, 7 years ago)
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
3PortSystem          1.0
4PortGroup           github 1.0
5
6github.setup        dvorka hstr 1.21
7
8categories          shells
9platforms           darwin
10license             Apache-2
11maintainers         nomaintainer
12
13description         Bash and Zsh shell history suggest box
14long_description    HSTR is a command line utility that brings improved \
15                    Bash command completion from the history. \
16                    It aims to make completion easier and more efficient than Ctrl-r. \
17                    Apart to the completion, history can be managed (you can remove \
18                    commands that e.g. contain sensitive information like passwords) \
19                    and bookmark your favorite commands.
20
21homepage            http://www.mindforger.com/projects/hh.html
22
23checksums           rmd160  eef25b1705f967e9c675f128be30f6911cc6ab57 \
24                    sha256  7b1a3abeb0e23f4591202806287d1a96f7c1c288bc1d2b4de21a1b9dac53e26d
25
26depends_lib-append  port:readline
27depends_build-append port:pkgconfig
28
29use_autoreconf      yes
30autoreconf.args     -fvi
31
32configure.args      CFLAGS=-I${prefix}/include/ \
33                    LDFLAGS=-L${prefix}/lib