Projects
New Ticket     Wiki     Browse Source     Timeline     Roadmap     Bug Reports     Search

root/trunk/dports/aqua/AssignmentTrackerX/Portfile

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
3PortSystem 1.0
4
5name                    AssignmentTrackerX
6version                 2.0beta3.1
7categories              aqua
8platforms               darwin
9maintainers             adamw@freebsd.org
10homepage                http://www.atxproject.net/
11description             School assignment tracker
12
13long_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                       
20master_sites            sourceforge:asntrackerx
21checksums               md5 d273792b987090af99b723cbb79b4d5b
22
23distname                ${name}_2B31_Source
24use_bzip2               yes
25extract.suffix          .tbz
26
27worksrcdir              AssignmentTrackerX
28
29use_configure           no
30
31build.type              pbx
32build.target
33
34destroot {              xinstall -d -m 755 ${destroot}/Applications/MacPorts
35                        file copy ${worksrcpath}/build/Release/AssignmentTracker\ X.app \
36                                ${destroot}/Applications/MacPorts/${name}.app
37                        }
Note: See TracBrowser for help on using the browser.