Ticket #25082: Portfile

File Portfile, 1.2 KB (added by frank.dean@…, 14 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
3# $Id$
4
5PortSystem         1.0
6
7name                   kitlist
8version                0.7.0
9categories             office pim
10maintainers            smartpixie.com:frank.dean
11description            A list manager for managing kit
12long_description   Kitlist allows you to maintain lists of kit that you may require for \
13                   activities such as a vacation, business trip or expedition.  Items can \
14                   be associated with one or more categories.  By combining categories, \
15                   an initial list for a trip can be quickly created, then refined. \
16
17homepage           http://www.smartpixie.com/kitlist/
18platforms          darwin
19master_sites       http://www.smartpixie.com/kitlist/source/
20
21checksums          md5 f4422c3adc03ccad041dea192b5a1ddd \
22                   sha1 1c3d37e5d770fc0a613e39d4e9c6d3a4306fafcc \
23                   rmd160 83c454a4efee02bc3cb5105bf1e02d50ffc27b54
24
25depends_lib        port:gtkmm \
26                   port:libxmlxx2 \
27                   port:libglademm
28
29configure.args     --disable-build-docs \
30                   --without-gconf
31
32#patchfiles         patch-all.diff
33#patch.pre_args     -p1