|
Revision 27807, 0.8 KB
(checked in by nox@…, 17 months ago)
|
|
OSXPal: Removed platforms.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
| Line | |
|---|
| 1 | # $Id$ |
|---|
| 2 | |
|---|
| 3 | PortSystem 1.0 |
|---|
| 4 | PortGroup xcode 1.0 |
|---|
| 5 | |
|---|
| 6 | name OSXPal |
|---|
| 7 | version 1.1 |
|---|
| 8 | categories aqua |
|---|
| 9 | maintainers nomaintainer |
|---|
| 10 | description Useless dock-only fortune application for Mac OS X |
|---|
| 11 | |
|---|
| 12 | long_description OSX Pal is a useless dock-only application for Mac OS X \ |
|---|
| 13 | based on the also-useless Window Maker dockapp wmpal. It will \ |
|---|
| 14 | sit in your dock and when clicked give you a fortune. Thats it. |
|---|
| 15 | |
|---|
| 16 | homepage http://www.pyronecrophilia.com/osxpal/ |
|---|
| 17 | master_sites http://www.pyronecrophilia.com/content/OSXPal/ |
|---|
| 18 | distname ${distname}-source |
|---|
| 19 | use_zip yes |
|---|
| 20 | |
|---|
| 21 | checksums md5 3d9687acb924509e12c466413b2f7ed1 \ |
|---|
| 22 | sha1 c968c38f079e900b6351cbb62e899c41dfecae31 \ |
|---|
| 23 | rmd160 1ec8d427f295aa154d7c014df8c80d25a08a54bf |
|---|
| 24 | |
|---|
| 25 | depends_run port:fortune |
|---|
| 26 | |
|---|
| 27 | worksrcdir ${name} |
|---|
| 28 | |
|---|
| 29 | universal_variant no |
|---|