# New ports collection makefile for: Another HTML-lint # Date created: 29 Sep 2000 # Whom: Jun Kuriyama # # $FreeBSD$ # PORTNAME= another-htmllint PORTVERSION= 20010911 CATEGORIES= japanese www MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= kuriyama MAINTAINER= kuriyama@FreeBSD.org COMMENT= Another HTML-lint (all messages are written in Japanese) RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Jcode.pm:${PORTSDIR}/japanese/p5-Jcode USE_ZIP= YES WRKSRC= ${WRKDIR} EXTRACT_BEFORE_ARGS= -a -q DIR= ${PREFIX}/share/htmllint PM= htmllint.pm RFC2396.pm htmllint.env RULE= *.rul HTML= *.cgi *.html *.gif *.css SEDSUB= ${SED} -e 's@%PREFIX%@${PREFIX}@' do-build: ${SEDSUB} ${FILESDIR}/htmllint > ${WRKSRC}/htmllint ${SEDSUB} ${WRKSRC}/htmllintenv > ${WRKSRC}/htmllint.env ${SEDSUB} ${WRKSRC}/htmllint.cgi > ${WRKSRC}/htmllint.cgi.new ${MV} ${WRKSRC}/htmllint.cgi.new ${WRKSRC}/htmllint.cgi do-install: ${MKDIR} ${DIR}/rule ${DIR}/html cd ${WRKSRC} && ${INSTALL_SCRIPT} htmllint ${PREFIX}/bin cd ${WRKSRC} && ${INSTALL_SCRIPT} ${HTML} ${DIR}/html cd ${WRKSRC} && ${INSTALL_DATA} ${PM} ${DIR} cd ${WRKSRC} && ${INSTALL_DATA} ${RULE} ${DIR}/rule post-install: @${CAT} ${PKGMESSAGE} .include type='hidden' name='id' value='9ad1322d6187e816f1a3f57f367ce1f5b3ae4cf4'/> FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Switch SourceForge ports to the new File Release System: categories startin...amdmi32009-08-221-2/+1
* - Add some SHA256 checksumspav2005-11-24