diff options
Diffstat (limited to 'www/webnew/Makefile')
-rw-r--r-- | www/webnew/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/www/webnew/Makefile b/www/webnew/Makefile new file mode 100644 index 00000000000..8957c01b563 --- /dev/null +++ b/www/webnew/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/05/27 19:10:46 kim Exp $ +# + +DISTNAME= webnew-1.2 +CATEGORIES= www +MASTER_SITES= ftp://ftp.gw.com/pub/people/kim/ + +MAINTAINER= kim@tac.nyc.ny.us +HOMEPAGE= http://www.tac.nyc.ny.us/kim/webnew/ +COMMENT= retrieve modification times of web documents + +USE_PERL5= # defined + +NO_CONFIGURE= yes +ALL_TARGET= all DEST=${PREFIX} PERL=${PERL5} + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/webnew ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/webnew.1 ${PREFIX}/man/man1 + +.include "../../mk/bsd.pkg.mk" |