2014-04-24 14:24:21 +00:00
|
|
|
# -*- 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
|
2014-07-16 00:55:03 +00:00
|
|
|
|
2014-04-24 14:24:21 +00:00
|
|
|
PortSystem 1.0
|
|
|
|
|
|
|
|
|
|
name doodle
|
2025-12-25 23:18:20 +01:00
|
|
|
version 0.7.3
|
2014-04-24 14:24:21 +00:00
|
|
|
description Doodle is a tool to quickly search the documents on a computer.
|
|
|
|
|
long_description ${description}
|
|
|
|
|
categories sysutils
|
2014-07-16 00:55:03 +00:00
|
|
|
license GPL-2+
|
2014-04-24 14:24:21 +00:00
|
|
|
maintainers nomaintainer
|
|
|
|
|
|
2018-01-29 21:55:37 -08:00
|
|
|
homepage https://grothoff.org/christian/doodle/
|
2014-04-24 14:24:21 +00:00
|
|
|
master_sites ${homepage}download/
|
|
|
|
|
|
2025-12-25 23:18:20 +01:00
|
|
|
checksums rmd160 28fa178f45aa0653201c2359075ae58246ef4506 \
|
|
|
|
|
sha256 aa8769d9ea58ca8960dfc30d84157efcd30b99f5e386c9f65fdb8a4d49e2bf6b \
|
|
|
|
|
size 657044
|
2014-04-24 14:24:21 +00:00
|
|
|
|
2025-12-25 23:18:20 +01:00
|
|
|
patchfiles-append patchgetopt.diff
|
|
|
|
|
|
|
|
|
|
configure.ldflags-append \
|
|
|
|
|
-lintl
|
|
|
|
|
|
|
|
|
|
depends_build-append port:gettext
|
|
|
|
|
|
|
|
|
|
depends_lib-append port:libextractor \
|
|
|
|
|
port:gettext-runtime
|
2014-04-24 14:24:21 +00:00
|
|
|
|
|
|
|
|
configure.args --mandir=${prefix}/share/man
|
|
|
|
|
use_parallel_build no
|