summaryrefslogtreecommitdiff
path: root/www/grail/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Change PYTHON_LIBDIR to PYTHON_SITELIBDIR so this thing builds. WhileSatoshi Asami2000-09-251-5/+2
| | | | | | | | I'm here, define DISTFILES instead of all three of DISTNAME, EXTRACT_SUFX and wrksrc. (Actually I was here to fix the latter when I stumbled upon the former, but who's counting. :)
* Use USE_PYTHON, PYTHON_LIBDIR to get the correct dependencies andJacques Vidrine2000-09-211-2/+2
| | | | directories now that we have multiple python versions in the ports tree.
* Oops, shot self in foot on last commit to PLIST. Make sureJacques Vidrine2000-06-221-2/+2
| | | | it doesn't happen again.
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-101-3/+3
|
* Separate the Python Tk module from the main port. I've beenThomas Gellekum2000-04-041-2/+1
| | | | | | | wanting do to this for a long time now. Now we got rid of the stupid dependency on Tcl/Tk and save some checks in python's makefile. Update the dependent ports accordingly.
* Update to use Tcl/Tk version 8.2.Steve Price1999-11-281-1/+1
| | | | Submitted by: Ade Lovett <ade@lovett.com>
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-1/+1
| | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
* $Id$ -> $FreeBSD$Peter Wemm1999-08-311-1/+1
|
* chmod -> ${CHMOD}Michael Haro1999-08-221-3/+1
| | | | chown -> ${CHOWN}
* Update 0.5 -> 0.6Jacques Vidrine1999-05-281-15/+23
|
* Install in ${PREFIX}/share instead of ${PREFIX}/lib.Jacques Vidrine1999-04-071-17/+19
| | | | Fix the PLIST in the process.
* Update to grail-0.5.Jacques Vidrine1999-01-101-7/+7
|
* tk80 has been ELFized.Satoshi Asami1998-09-251-2/+2
|
* Fix up dependencies for ports that moved into the x11-toolkits category.Satoshi Asami1998-08-071-2/+2
|
* Port cleanup.Jacques Vidrine1998-07-041-18/+13
| | | | | | | | - Correct location of sendmail in MailDialog.py. (sorry, forgot who pointed this out) - suggested by asami: use DISTNAME and DISTFILES to control WRKSRC; combine do-install and post-install; use --exclude in tar command to avoid installing unneeded files
* NO_CONFIGURE is a no-op. Also, remove the post-extract target, gettingSatoshi Asami1998-06-261-6/+1
| | | | | rid of extra files is nice but I don't think .cvsignore has any significant meaning nor size impact in a build-once source tree.
* PR: ports/6923Donald Burr1998-06-161-0/+53
Submitted by: Jacques Vidrine <n@nectar.com> New port www/grail, a free, fully customizable and extendable WWW browser written entirely in Python.