aboutsummaryrefslogtreecommitdiff
path: root/graphics/py-rabbyt/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* - Strip in PREFIX-, not in LOCALBASE-relative pathDmitry Marakasov2014-12-031-4/+4
| | | | | | | - Whitespace fix Notes: svn path=/head/; revision=373843
* - Switch to USES=pythonDmitry Marakasov2014-09-281-4/+5
| | | | | | | - Strip libraries Notes: svn path=/head/; revision=369441
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-0/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* - Remove unneeded PYDISTUTILS_PKGNAMEDmitry Marakasov2014-05-081-1/+0
| | | | Notes: svn path=/head/; revision=353261
* - StageDmitry Marakasov2014-04-241-6/+4
| | | | | | | | | | | | - Drop easy_install - Use auto plist - Pet portlint PR: 188950 Submitted by: Bartek Rutkowski <ports@robakdesign.com> Notes: svn path=/head/; revision=352005
* Python cleanup:Rene Ladan2014-01-131-1/+1
| | | | | | | | | | - USE_PYTHON* = 2.X -> USE_PYTHON* = 2 - USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes Reviewed by: python (mva, rm) Approved by: portmgr-lurkers (mat) Notes: svn path=/head/; revision=339634
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | graphics) Notes: svn path=/head/; revision=327733
* - Trim Makefile headersDmitry Marakasov2013-06-181-7/+2
| | | | | | | | | | - Drop ABI versions from LIB_DEPENDS - OptionsNG - Pet portlint - Switch to dynamic plist where useful Notes: svn path=/head/; revision=321181
* - Update URL of my distfile mirror in 87 portsDmitry Marakasov2009-07-281-1/+1
| | | | | | | Approved by: portmgr (erwin) Notes: svn path=/head/; revision=238527
* - Change MAINTAINER to my FreeBSD addressDmitry Marakasov2009-05-291-1/+1
| | | | Notes: svn path=/head/; revision=234794
* - Use MASTER_SITE_CHEESESHOP as suggested by portlintDmitry Marakasov2009-04-091-1/+2
| | | | Notes: svn path=/head/; revision=231914
* Rabbyt is a sprite library for Python with game development in mind.Dmitry Marakasov2009-04-081-0/+27
It has two goals: 1. Be fast, without sacrificing ease of use. 2. Be easy to use, without sacrificing speed WWW: http://matthewmarshall.org/projects/rabbyt/ Notes: svn path=/head/; revision=231907