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 | |
---|
5 | PortSystem 1.0 |
---|
6 | |
---|
7 | name kitlist |
---|
8 | version 0.7.0 |
---|
9 | categories office pim |
---|
10 | maintainers smartpixie.com:frank.dean |
---|
11 | description A list manager for managing kit |
---|
12 | long_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 | |
---|
17 | homepage http://www.smartpixie.com/kitlist/ |
---|
18 | platforms darwin |
---|
19 | master_sites http://www.smartpixie.com/kitlist/source/ |
---|
20 | |
---|
21 | checksums md5 f4422c3adc03ccad041dea192b5a1ddd \ |
---|
22 | sha1 1c3d37e5d770fc0a613e39d4e9c6d3a4306fafcc \ |
---|
23 | rmd160 83c454a4efee02bc3cb5105bf1e02d50ffc27b54 |
---|
24 | |
---|
25 | depends_lib port:gtkmm \ |
---|
26 | port:libxmlxx2 \ |
---|
27 | port:libglademm |
---|
28 | |
---|
29 | configure.args --disable-build-docs \ |
---|
30 | --without-gconf |
---|
31 | |
---|
32 | #patchfiles patch-all.diff |
---|
33 | #patch.pre_args -p1 |
---|