Last change
on this file was
149318,
checked in by ryandesign@…, 23 months ago
|
Pantomime-Framework: whitespace changes; add modeline
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
File size:
1.3 KB
|
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 | # $Id: Portfile 149318 2016-06-11 05:28:18Z ryandesign@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup xcode 1.0 |
---|
6 | |
---|
7 | name Pantomime-Framework |
---|
8 | version 1.2.0pre1 |
---|
9 | categories mail devel |
---|
10 | # Parts are under the Elm license |
---|
11 | license GPL-2+ Noncommercial Restrictive |
---|
12 | maintainers nomaintainer |
---|
13 | |
---|
14 | description a framework for supporing POP, IMAP3, and SMTP |
---|
15 | |
---|
16 | long_description Pantomime is a framework that implements support for POP, \ |
---|
17 | IMAP3, and SMTP. It's fast and easy to use. |
---|
18 | |
---|
19 | homepage http://www.collaboration-world.com/cgi-bin/project/index.cgi?pid=3 |
---|
20 | master_sites http://www.collaboration-world.com/pantomime.data/releases/Stable/ |
---|
21 | |
---|
22 | distfiles Pantomime-${version}${extract.suffix} |
---|
23 | |
---|
24 | checksums md5 2f3ddc10177013960e732cd35fd9373e \ |
---|
25 | sha1 b8e7caa2d1f51a3387ed0fb96b5140a24ef33aea |
---|
26 | |
---|
27 | worksrcdir Pantomime |
---|
28 | |
---|
29 | xcode.project Pantomime.xcode |
---|
30 | xcode.destroot.type framework |
---|
31 | |
---|
32 | if {${os.major} >= 10} { |
---|
33 | post-patch { |
---|
34 | file copy -force ${filespath}/project.pbxproj ${worksrcpath}/${xcode.project} |
---|
35 | file copy ${filespath}/Info-Pantomime__Upgraded_.plist ${worksrcpath} |
---|
36 | } |
---|
37 | xcode.target Pantomime\ (Upgraded) |
---|
38 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.