mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
Update dependencies due to library name change. See https://trac.macports.org/ticket/57871
36 lines
1.3 KiB
Plaintext
36 lines
1.3 KiB
Plaintext
PortSystem 1.0
|
|
|
|
name pal
|
|
version 0.4.3
|
|
revision 3
|
|
categories office pim
|
|
maintainers nomaintainer
|
|
platforms darwin
|
|
description pal is a command-line calendar program
|
|
|
|
long_description pal is a command-line calendar program for Unix/Linux \
|
|
systems that can keep track of events. It has \
|
|
similarities with the Unix cal command, the more complex \
|
|
GNU gcal program, and the calendar program distributed \
|
|
with the BSDs.
|
|
|
|
homepage http://palcal.sourceforge.net/
|
|
master_sites sourceforge:palcal
|
|
extract.suffix .tgz
|
|
checksums md5 7585089bc191f083c96234c1c8d05726 \
|
|
sha1 f638ec3b47375c65118c2d63138348771c969e56 \
|
|
rmd160 f686501b80227e2083c8240d40c1b6383fe93030
|
|
|
|
depends_build port:pkgconfig
|
|
depends_lib path:lib/pkgconfig/glib-2.0.pc:glib2 port:gettext port:readline
|
|
|
|
patchfiles patch-Makefile.diff \
|
|
patch-etc-pal-conf.diff \
|
|
patch-rl-hook.diff
|
|
build.target pal
|
|
build.args prefix=${prefix}
|
|
destroot.target install-no-rm
|
|
destroot.args prefix=${prefix}
|
|
|
|
use_configure no
|