# New ports collection makefile for: weblint97 # Date created: 27 Jun 1997 # Whom: Takayuki Ariga # # $FreeBSD$ # PORTNAME= weblint97 PORTVERSION= 0.12 CATEGORIES= japanese www MASTER_SITES= http://www.sfc.keio.ac.jp/~mimasa/jweblint/ \ ftp://ftp.win.ne.jp/pub/network/www/weblint/ \ ftp://ftp.hipecs.hokudai.ac.jp/pub/network/WWW/contrib/ DISTNAME= weblint-97-${PORTVERSION} MAINTAINER= ports@FreeBSD.org RUN_DEPENDS= ${PREFIX}/lib/perl/jcode.pl:${PORTSDIR}/japanese/jcode.pl WRKSRC= ${WRKDIR}/weblint-97 MANLANG= ja MAN1= jweblint.1 MAKE_ENV= PERLLIBDIR="${PERLLIBDIR}" ALL_TARGET= euc-jp INSTALL_TARGET= jinstall PORTDOCDIR?= ${PREFIX}/share/doc/jweblint PERLLIBDIR?= ${PREFIX}/lib/perl pre-install: @${SED} -e "s,%PERLLIBDIR%,${PERLLIBDIR},g" < ${WRKSRC}/jweblint.tmp \ > ${WRKSRC}/jweblint .if !exists(${PERLLIBDIR}) @${MKDIR} ${PERLLIBDIR} .endif .if !defined(NOPORTDOCS) @${MKDIR} ${PORTDOCDIR} @${INSTALL_DATA} ${WRKSRC}/l10n/ja-jp/jmanpage.html ${PORTDOCDIR} @${INSTALL_DATA} ${WRKSRC}/l10n/ja-jp/warnings.html ${PORTDOCDIR} .endif .include title='freebsd-ports-gnome' href='/~lantw44/cgit/cgit.cgi/freebsd-ports-gnome/'>freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* In the rc.d scripts, change assignments to rcvar to use thedougb2012-01-141-1/+1
* - Get Rid MD5 supportmiwi2011-03-20