|
Revision 26786, 0.9 KB
(checked in by markd@…, 18 months ago)
|
|
Closes #12059. Maintainer update to 2.0beta3.1.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
| Line | |
|---|
| 1 | # $Id$ |
|---|
| 2 | |
|---|
| 3 | PortSystem 1.0 |
|---|
| 4 | |
|---|
| 5 | name AssignmentTrackerX |
|---|
| 6 | version 2.0beta3.1 |
|---|
| 7 | categories aqua |
|---|
| 8 | platforms darwin |
|---|
| 9 | maintainers adamw@freebsd.org |
|---|
| 10 | homepage http://www.atxproject.net/ |
|---|
| 11 | description School assignment tracker |
|---|
| 12 | |
|---|
| 13 | long_description \ |
|---|
| 14 | AssignmentTracker X is student-targetted software \ |
|---|
| 15 | for Mac OS X to help students manage and track their \ |
|---|
| 16 | assignments and grades throughout all of their classes \ |
|---|
| 17 | with assignment lists, reports and time management features. |
|---|
| 18 | |
|---|
| 19 | |
|---|
| 20 | master_sites sourceforge:asntrackerx |
|---|
| 21 | checksums md5 d273792b987090af99b723cbb79b4d5b |
|---|
| 22 | |
|---|
| 23 | distname ${name}_2B31_Source |
|---|
| 24 | use_bzip2 yes |
|---|
| 25 | extract.suffix .tbz |
|---|
| 26 | |
|---|
| 27 | worksrcdir AssignmentTrackerX |
|---|
| 28 | |
|---|
| 29 | use_configure no |
|---|
| 30 | |
|---|
| 31 | build.type pbx |
|---|
| 32 | build.target |
|---|
| 33 | |
|---|
| 34 | destroot { xinstall -d -m 755 ${destroot}/Applications/MacPorts |
|---|
| 35 | file copy ${worksrcpath}/build/Release/AssignmentTracker\ X.app \ |
|---|
| 36 | ${destroot}/Applications/MacPorts/${name}.app |
|---|
| 37 | } |
|---|