Ticket #46702: Portfile

File Portfile, 1.5 KB (added by RJVB (René Bertin), 9 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# $Id: Portfile 120780 2015-01-29 00:15:18Z gmail.com:rjvbertin $
3
4PortSystem      1.0
5
6name            porg
7version         0.7
8maintainers     gmail.com:rjvbertin
9categories      devel
10platforms       darwin
11license         GPL-2+
12
13description         management of software packages installed from source code.
14long_description    Porg (formerly known as paco), is a program to aid management \
15                    of software packages installed from source code. After the \
16                    installation of such packages, one is usually left with having \
17                    no idea of what it was installed and where it all went, making \
18                    it difficult to uninstall the package in the future. Porg was \
19                    written to solve this problem in a quite simple fashion.
20
21homepage        http://porg.sourceforge.net/
22master_sites    sourceforge:project/porg
23
24checksums       rmd160  ab32356f540e7c71727a0943abb47f48d0f14f4a \
25                sha256  7f37adaa49aa5337301edf04cc6dda6d48cb42d420e6f7c007201bf9818b8ade
26
27depends_build   port:pkgconfig
28depends_lib     port:gtkmm3
29depends_run     port:ssed
30
31patchfiles      adapt-to-osx.patch \
32                patch-doubleDESTDIR.diff
33
34configure.args  --disable-dependency-tracking --with-porg-logdir=${prefix}/var/log/porg
35
36livecheck.regex /${name}-(\[0-9.\]+)${extract.suffix}