Last change
on this file since 11367 was
11367,
checked in by mww, 15 years ago
|
transfer maintainership to kevin@…
|
-
Property svn:eol-style set to
native
|
File size:
736 bytes
|
Line | |
---|
1 | # $Id: Portfile,v 1.3 2005/03/16 17:41:48 mww Exp $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name remind |
---|
6 | version 03.00.22 |
---|
7 | revision 1 |
---|
8 | categories textproc pim |
---|
9 | platforms darwin |
---|
10 | maintainers kevin@sb.org |
---|
11 | description Remind is a sophisticated calendar and alarm program. |
---|
12 | long_description ${description} |
---|
13 | |
---|
14 | homepage http://www.roaringpenguin.com/penguin/open_source_remind.php |
---|
15 | master_sites http://www.roaringpenguin.com/penguin/ |
---|
16 | checksums md5 5655ad8209f8453443d0b95658cd82ca |
---|
17 | |
---|
18 | configure.args --mandir=${prefix}/share/man |
---|
19 | destroot.destdir prefix=${destroot}${prefix} \ |
---|
20 | mandir=${destroot}${prefix}/share/man |
---|
21 | |
---|
22 | post-destroot { |
---|
23 | xinstall -m 755 -d ${destroot}/${prefix}/share/${name}/ |
---|
24 | file copy ${worksrcpath}/examples ${destroot}/${prefix}/share/${name}/ |
---|
25 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.