# New ports collection makefile for: webcheck # Date created: 10 May, 2002 # Whom: Mike Meyer # # $FreeBSD$ # PORTNAME= webcheck PORTVERSION= 1.10.3 CATEGORIES= www python MASTER_SITES= http://arthurdejong.org/webcheck/ EXTRACT_SUFX= .tar.gz MAINTAINER= reed@reedmedia.net COMMENT= View structure of a web site, get a list of problems like broken links USE_PYTHON= YES NO_BUILD= YES MAN1= webcheck.1 # what about fancytooltips? do-install: @${MKDIR} ${DATADIR} ${INSTALL_DATA} ${WRKSRC}/*.py ${DATADIR} ${INSTALL_DATA} ${WRKSRC}/*.css ${DATADIR} ${INSTALL_DATA} ${WRKSRC}/favicon.ico ${DATADIR} .for d in parsers parsers/html plugins schemes @${MKDIR} ${DATADIR}/${d} ${INSTALL_DATA} ${WRKSRC}/${d}/*.py ${DATADIR}/${d} .endfor @${MKDIR} ${DATADIR}/fancytooltips ${INSTALL_DATA} ${WRKSRC}/fancytooltips/* ${DATADIR}/fancytooltips ${INSTALL_SCRIPT} ${WRKSRC}/webcheck.py ${DATADIR} ${LN} -sf ${DATADIR}/webcheck.py ${PREFIX}/bin/webcheck .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif @${INSTALL_MAN} ${WRKSRC}/webcheck.1 ${MANPREFIX}/man/man1 .include s-gnome/'>freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use PLIST_FILES.trevor2004-02-062-1/+2
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-1/+1
* SIZEify.trevor2004-01-301-0/+1
* - Fix build against new version of libeppletkrion2003-12-103-19/+8
* Reset maintainer to ports@. Reviewed by: current maintainer, wholinimon2003-10-271-1/+1
* Clear moonlight beckons.ade2003-03-07