# Ports collection Makefile for: py-HtmlKit # Date created: 06/08/2000 # Whom: kbyanc@posi.net # # $FreeBSD$ # PORTNAME= HtmlKit PORTVERSION= 1.0 PORTREVISION= 1 CATEGORIES= devel python www MASTER_SITES= http://www.dekorte.com/Software/Python/HtmlKit/Download/ PKGNAMEPREFIX= py- DISTNAME= HtmlKit MAINTAINER= kbyanc@posi.net USE_PYTHON= yes PLIST_SUB= PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR:S/^${LOCALBASE}\///g} NO_BUILD= yes do-install: @${MKDIR} ${PYTHON_SITELIBDIR}/HtmlKit @for i in ${WRKSRC}/*.py; do \ ${INSTALL_DATA} $$i ${PYTHON_SITELIBDIR}/HtmlKit; \ done @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${PYTHON_SITELIBDIR}/HtmlKit .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/HtmlKit @for i in ${WRKSRC}/Documentation/*; do \ ${INSTALL_DATA} $$i ${PREFIX}/share/doc/HtmlKit; \ done .endif .include '>
aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/pwm
Commit message (Expand)AuthorAgeFilesLines
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-2/+2
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGmiwi2008-03-261-1/+2
* - Update to 2007.07.20miwi2007-08-013-8/+8
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1
* - Update mastersite.jmelo2006-08-221-1/+1
* - Update to 2006.05.17rafan2006-08-104-25/+5
* Remove USE_REINPLACE from categories starting with Xedwin2006-05-131-1/+0
* - Add SHA256pav2005-11-261-0/+1
* - Fix build on amd64krion2004-04-151-1/+1
* - Update to version 2003.06.17krion2004-04-074-30/+20
* SIZEify (maintainer timeout)trevor2004-03-311-0/+1
* Drop maintainership.nbm2004-03-261-1/+1
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-1/+1
* Define USE_PERL5_BUILD, not erroneous USE_PERL.trevor2003-11-201-1/+1
* Define USE_PERL to make Perl available for (mostly deprecated)trevor2003-11-201-0/+1
* Quiet compiler warnings on sparc64 by adding missing #includeskris2003-06-162-0/+20
* Clear moonlight beckons.ade2003-03-072-1/+1
* Unbreak on -stable by removing -pedantic-errors from CFLAGS, whichkris2002-09-291-0/+11
* Web (and download) site moved.nbm2002-08-052-2/+2
* Remove mention of "screenshots below" in pkg-descr.nbm2002-03-231-2/+1
* Cleanup from Ports Fury.nbm2001-01-031-5/+20
* Add USE_XLIB.asami2000-10-101-0/+1