Ticket #50365: Portfile

File Portfile, 1.2 KB (added by casr+macports@…, 8 years ago)

Removed configure args for universal and removed extra slashes

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
4PortSystem          1.0
5PortGroup           bitbucket 1.0
6
7bitbucket.setup     eradman entr 3.4 entr-
8revision            0
9categories          sysutils
10license             ISC
11platforms           darwin
12maintainers         darkcog.com:casr+macports openmaintainer
13
14homepage            http://entrproject.org
15
16description         a utility for running arbitrary commands when files change.
17
18long_description    a utility for running arbitrary commands when \
19                    files change. Uses kqueue(2) to avoid polling. \
20                    entr responds to file system events by executing \
21                    command line arguments.
22
23checksums           rmd160  1968f454df3c7ed1228659861c944f2371aab7b8 \
24                    sha256  ce7d000fd6f2b711df905e9a6d8a2a0f50026ebaf34afeb9132d52617b6e010a
25
26# setting any arguments to ./configure will probably fail
27configure.pre_args
28configure.universal_args
29
30destroot.destdir    PREFIX="${destroot}${prefix}" \
31                    MANPREFIX="${destroot}${prefix}/share/man"
32
33livecheck.regex     {entr-(\d+(?:\.\d+)*)}