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 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name pal |
---|
7 | version 0.4.2 |
---|
8 | categories pim |
---|
9 | maintainers gmail.com:adambyrtek |
---|
10 | description pal is a command-line calendar program |
---|
11 | |
---|
12 | long_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 | |
---|
18 | homepage http://palcal.sourceforge.net/ |
---|
19 | master_sites sourceforge:palcal |
---|
20 | extract.suffix .tgz |
---|
21 | checksums md5 1b2fd84871f6ba4b47ab47d8f91a3826 \ |
---|
22 | sha1 f85a72f878a0fbd22652762aa508a1ec92a43921 |
---|
23 | depends_lib port:glib2 port:gettext port:readline |
---|
24 | |
---|
25 | patchfiles patch-Makefile |
---|
26 | build.target pal |
---|
27 | destroot.target install-no-rm |
---|
28 | destroot.args prefix=${prefix} |
---|
29 | |
---|
30 | configure {} |
---|