Ticket #18518: Portfile

File Portfile, 1.1 KB (added by adambyrtek@…, 15 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$
3
4PortSystem          1.0
5
6name                pal
7version             0.4.2
8categories          pim
9maintainers         gmail.com:adambyrtek
10description         pal is a command-line calendar program
11
12long_description    pal is a command-line calendar program for Unix/Linux \
13                    systems that can keep track of events. It has \
14                    similarities with the Unix cal command, the more complex \
15                    GNU gcal program, and the calendar program distributed \
16                    with the BSDs.
17
18homepage            http://palcal.sourceforge.net/
19master_sites        sourceforge:palcal
20extract.suffix      .tgz
21checksums           md5 1b2fd84871f6ba4b47ab47d8f91a3826 \
22                    sha1 f85a72f878a0fbd22652762aa508a1ec92a43921
23depends_lib         port:glib2 port:gettext port:readline
24
25patchfiles          patch-Makefile
26build.target        pal
27destroot.target     install-no-rm
28destroot.args       prefix=${prefix}
29
30configure {}