summaryrefslogtreecommitdiff
path: root/graphics/piddle/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Dominic is a new dad, and will be too busy for a while to work on ports.Mark Linimon2007-09-241-1/+1
| | | | Congratulations :-)
* - Update to 1.0.15Michael Johnson2005-03-031-27/+12
| | | | | PR: ports/78104 Submitted by: Dominic Mitchell <dom@happygiraffe.net> (maintainer)
* De-pkg-comment.Akinori MUSHA2003-02-211-0/+1
|
* 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.
* 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 ;)
* Kill WRKSRC again.Thomas Gellekum2000-09-251-1/+0
|
* Use USE_PYTHON.Thomas Gellekum2000-09-251-7/+5
| | | | | PR: 21509 Submitted by: Dominic Mitchell <dom@happygiraffe.net>
* 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
* Don't break package building on Satoshi's cluster. Explicitly dependThomas Gellekum2000-09-081-1/+1
| | | | on python1.5:lang/python15.
* Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE.Maxim Sobolev2000-06-141-1/+2
|
* Make the port include fonts for piddle.Will Andrews2000-05-221-2/+6
| | | | | | PR: 18585 Submitted by: maintainer Patch by: Hidetoshi Shimokawa <simokawa@sat.t.u-tokyo.ac.jp>
* Convert to PORTNAME/PORTVERSION. lfview had an invalid versionSatoshi Asami2000-04-141-4/+3
| | | | string so I fixed it.
* Import piddle, a 2D drawing library for python.Thomas Gellekum2000-04-061-0/+47
PR: 17071 Submitted by: Dominic Mitchell <Dom.Mitchell@palmerharvey.co.uk>