Ticket #28845: Portfile

File Portfile, 1.7 KB (added by terry.droeger@…, 13 years ago)

Portfile for building gtktalog

Line 
1# $Id: Portfile 00000 2011-03-18 19:15:01Z terry.droeger@comcast.net $
2
3PortSystem          1.0
4
5name                gtktalog
6version             1.0.4
7categories          x11
8platforms           darwin
9maintainers         tdroeger
10description         X11 catalog cd dvd
11long_description    GTKtalog is a tool to make a disk catalog: you can use it to create a really small database \
12                    with images of files and directories of your CDs. \
13                    \
14                    Then you can browse all your CDs very quickly, see contents of some files (tar.gz, rpm files ...). \
15                    \
16                    You can assign a category and a description to each directory and/or file. \
17                    \
18                    You can search files in your database using filename, category, description and/or file \
19                    information parameters, and find in which CD the file you are looking for is.
20
21homepage            http://www.nongnu.org/gtktalog/
22master_sites        http://download.savannah.gnu.org/releases/gtktalog
23
24
25distfiles           gtktalog-${version}.tar.bz2
26
27checksums           md5     54ed43256a0d11d078f67485e0a80e0a \
28                    sha1    4f68dfcc30f74a41ae7e88d00f3fd21265b8bfa4
29
30use_bzip2           yes
31use_parallel_build  yes
32
33depends_build \
34        port:gtk1 \
35        port:gnome-libs \
36        port:zlib \
37        port:cdrtools \
38        port:ncurses \
39        port:automake \
40        port:autoconf
41       
42patchfiles          patch-gtktalog-changes.diff
43patch.pre_args      -p1
44
45use_autoreconf      yes
46
47autoreconf.args     --force -i
48
49configure.cmd       ./configure
50
51build.cmd           /usr/bin/make
52
53livecheck.type  regex
54livecheck.url   ${master_sites}
55livecheck.regex ${name}-1\\.0\\.\\.