freebsd-ports/www/w3mir/Makefile
Tim Vanderhoek aee005a02d Move the homepage reference from the Makefile to pkg/DESCR.
While I'm here, add @dirrm share/doc/w3mir to pkg/PLIST and reformat
pkg/[DESCR|COMMENT].
1998-05-09 16:57:40 +00:00

31 lines
854 B
Makefile

# New ports collection makefile for: w3mir
# Version required: 1.0.2
# Date created: 9 May 1998
# Whom: ache
#
# $Id: Makefile,v 1.4 1998/05/09 13:28:00 ache Exp $
#
DISTNAME= w3mir-1.0.2
CATEGORIES= www perl5
MASTER_SITES= http://www.math.uio.no/~janl/w3mir/
MAINTAINER= ache@freebsd.org
BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/LWP.pm:${PORTSDIR}/www/p5-libwww
USE_PERL5= Yes
MAN1= w3mir.1 w3mfix.1
do-configure:
@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL
post-install:
${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP} -m 755 \
${PREFIX}/share/doc/w3mir
cd ${WRKSRC} && ${INSTALL_DATA} \
README Artistic w3mir-HOWTO.html example.cfg \
multiscope.cfg ${PREFIX}/share/doc/w3mir
.include <bsd.port.mk>