1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name glabels |
---|
6 | version 2.2.2 |
---|
7 | categories gnome |
---|
8 | maintainers craig.cottingham@gmail.com |
---|
9 | description gLabels |
---|
10 | long_description gLabels is a program for creating labels and business cards \ |
---|
11 | for the GNOME desktop environment. |
---|
12 | homepage http://glabels.sourceforge.net/ |
---|
13 | platforms darwin |
---|
14 | master_sites http://superb-east.dl.sourceforge.net/sourceforge/glabels/ |
---|
15 | checksums md5 ee9f8687904b070715dac59efe7a7dc5 \ |
---|
16 | sha1 1792e4b5f6142dc3022dcb455d53fa5b3a31b319 \ |
---|
17 | rmd160 65aee5f9837b104c123a6559ea9d3db63841c4e1 |
---|
18 | depends_lib port:gtk2 \ |
---|
19 | port:libgnomeui \ |
---|
20 | port:libxml2 \ |
---|
21 | port:libglade2 |
---|
22 | configure.args --prefix=${prefix} \ |
---|
23 | --mandir=${prefix}/share/man |
---|
24 | patchfiles patch-iec16022-0.2.1-iec116022ecc200.c |
---|