# Ports collection Makefile for: HyperText # Date created: 10/03/2000 # Whom: nectar@FreeBSD.org # # $FreeBSD$ # PORTNAME= HyperText PORTVERSION= 1.0.1 CATEGORIES= textproc python MASTER_SITES= http://dustman.net/andy/python/HyperText/1.0.1/ PKGNAMEPREFIX= py- MAINTAINER= ports@FreeBSD.org USE_PYTHON= yes WRKSRC= ${WRKDIR}/HyperText # get rid of pre-compiled stuff: it may not work for the installed # version of Python post-extract: @cd ${WRKSRC} && ${RM} -f *.py[co] do-build: @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC} @${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py ${WRKSRC} do-install: ${MKDIR} ${PYTHON_SITELIBDIR}/HyperText ${CHOWN} ${BINOWN}:${BINGRP} ${PYTHON_SITELIBDIR}/HyperText ${CHMOD} ${BINMODE} ${PYTHON_SITELIBDIR}/HyperText @(set -e -x; cd ${WRKSRC}; for f in *.py *.py[co]; do \ ${INSTALL_DATA} $$f ${PYTHON_SITELIBDIR}/HyperText/$$f; \ done) .include pan='2'>cgit logo index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/editors/lazarus
Commit message (Expand)AuthorAgeFilesLines
* - Fix buildacm2012-05-202-4/+18
* - Mark BROKEN: does not buildpav2012-05-181-0/+2
* - Now editors/lazarus is master port of lazarus-lcl-[gtk|gtk2|nogui|qt|units]acm2012-05-083-26/+112
* - Update to 0.9.30.4acm2012-04-192-3/+3
* Add knob for use in slave portseadler2012-03-211-0/+2
* - Update to 0.9.30acm2011-06-232-9/+7
* - Fix build with QT4acm2010-11-191-2/+6
* - Update to 0.9.28.3 (sync with 0.9.28 fixes branch). Maybe I'll update lazarusacm2010-11-162-7/+8
* - Add tools like a new target. It could be useful for compile some apps likeacm2010-08-171-1/+4
* - Add support for amd64 (now fpc support that)acm2010-08-171-2/+2
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.ade2010-05-311-1/+1
* - update to 1.4.1dinoex2010-03-281-1/+1
* - update to jpeg-8dinoex2010-02-051-0/+1
* - Fix build with QT4 interfaceacm2009-11-141-1/+1
* - Update to 0.9.28.2acm2009-11-113-19/+8
* - Switch SourceForge ports to the new File Release System: categories startin...amdmi32009-08-221-1/+1
* - bump all port that indirectly depends on libjpeg and have not yet been bump...dinoex2009-07-311-1/+1
* - Remove some dependencies not neccesaryacm2009-05-242-10/+43
* - Update to 0.9.26.2acm2009-05-044-7/+41
* - Update to 0.9.26acm2009-01-203-24/+13
* - Use new freepascal stuffacm2008-06-241-89/+2
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-0/+1
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-1/+1
* - Update to 0.9.24acm2008-01-072-9/+8
* - Use new version of lang/fpcacm2007-09-181-9/+26
* - Install lazbuild toolacm2007-09-093-4105/+92
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1
* - Update to 0.9.22acm2007-03-313-110/+323
* - Update to 0.9.20acm2006-11-103-17/+91
* - Fix build problemacm2006-10-231-3/+1
* BROKEN: Does not buildkris2006-10-211-0/+2
* - I forgot of the changes of pkg-plist on previous commit.acm2006-10-021-9/+0
* - Finally this version was officially releasedacm2006-10-022-25/+7
* - Use lazarus wrapper script instead of symlink.acm2006-09-241-1/+7
* - Update to 0.9.18acm2006-09-234-92/+276
* - Use startlazarus instead of lazarus on symlink. It solve some problems whenacm2006-09-221-2/+2
* - Fix CATEGORIESacm2006-09-201-2/+2
* - Fix MASTER_SITESacm2006-09-141-4/+10
* - Update to 2.0.4acm2006-09-082-12/+16