summaryrefslogtreecommitdiff
path: root/graphics/piddle (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;Akinori MUSHA2002-01-291-1/+1
| | | | | | | | | | | the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command. Use command macros where appropriate. Notes: svn path=/head/; revision=53954
* Maintainer address change: dom@myrddin.demon.co.uk -> dom@happygiraffe.netPeter Pentchev2001-06-071-2/+2
| | | | | | | | | PR: 27923 Submitted by: maintainer Reviewed by: awk -F\| '$6 ~ /dom@myrddin/ {print $2;}' /usr/ports/INDEX ;) Notes: svn path=/head/; revision=43582
* Kill WRKSRC again.Thomas Gellekum2000-09-251-1/+0
| | | | Notes: svn path=/head/; revision=33104
* Use USE_PYTHON.Thomas Gellekum2000-09-252-161/+159
| | | | | | | | PR: 21509 Submitted by: Dominic Mitchell <dom@happygiraffe.net> Notes: svn path=/head/; revision=33103
* Eliminate WRKSRC=${WRKDIR}/${PKGNAME} lines, as these will break whenSatoshi Asami2000-09-251-3/+1
| | | | | | | | | | | | | | PORTREVISION or PORTEPOCH are defined. Most of these Makefiles were defining DISTNAME and WRKSRC (and sometimes EXTRACT_SUFX) -- change those to define DISTFILES only. Also, some of the WRKSRC lines were not even necessary, as they were defining it to the default value. Instigated by: Peter Pentchev <roam@orbitel.bg> and kris Notes: svn path=/head/; revision=33101
* Don't break package building on Satoshi's cluster. Explicitly dependThomas Gellekum2000-09-081-1/+1
| | | | | | | on python1.5:lang/python15. Notes: svn path=/head/; revision=32438
* Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE.Maxim Sobolev2000-06-141-1/+2
| | | | Notes: svn path=/head/; revision=29595
* Make the port include fonts for piddle.Will Andrews2000-05-222-2/+92
| | | | | | | | | PR: 18585 Submitted by: maintainer Patch by: Hidetoshi Shimokawa <simokawa@sat.t.u-tokyo.ac.jp> Notes: svn path=/head/; revision=28673
* Convert to PORTNAME/PORTVERSION. lfview had an invalid versionSatoshi Asami2000-04-141-4/+3
| | | | | | | string so I fixed it. Notes: svn path=/head/; revision=27514
* Import piddle, a 2D drawing library for python.Thomas Gellekum2000-04-065-0/+193
PR: 17071 Submitted by: Dominic Mitchell <Dom.Mitchell@palmerharvey.co.uk> Notes: svn path=/head/; revision=27368