1998-05-17 20:14:41 +00:00
|
|
|
# New ports collection makefile for: html2ps
|
|
|
|
# Version required: 1.0b1
|
|
|
|
# Date created: Sat Nov 22 12:54:50 CET 1997
|
|
|
|
# Whom: andreas
|
|
|
|
#
|
1999-06-12 21:11:39 +00:00
|
|
|
# $Id: Makefile,v 1.7 1999/03/31 20:21:49 billf Exp $
|
1998-05-17 20:14:41 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= html2ps-1.0b1
|
|
|
|
PKGNAME= html2ps-1.0
|
1999-03-31 20:21:49 +00:00
|
|
|
CATEGORIES= print www perl5
|
1998-05-17 20:14:41 +00:00
|
|
|
MASTER_SITES= http://www.tdb.uu.se/~jan/
|
|
|
|
|
|
|
|
MAINTAINER= andreas@FreeBSD.ORG
|
|
|
|
|
|
|
|
BUILD_DEPENDS= mogrify:${PORTSDIR}/graphics/ImageMagick \
|
|
|
|
djpeg:${PORTSDIR}/graphics/jpeg \
|
|
|
|
giftopnm:${PORTSDIR}/graphics/netpbm \
|
1999-06-12 21:11:39 +00:00
|
|
|
gs:${PORTSDIR}/print/ghostscript55 \
|
1998-05-17 20:14:41 +00:00
|
|
|
tex:${PORTSDIR}/print/teTeX \
|
|
|
|
${site_perl}/LWP.pm:${PORTSDIR}/www/p5-libwww \
|
|
|
|
weblint:${PORTSDIR}/www/weblint
|
|
|
|
|
1998-10-20 01:45:53 +00:00
|
|
|
site_perl= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}
|
1998-05-17 20:14:41 +00:00
|
|
|
USE_PERL5= YES
|
|
|
|
NO_BUILD= YES
|
|
|
|
IS_INTERACTIVE= YES
|
|
|
|
|
|
|
|
MAN1= html2ps.1
|
|
|
|
MAN5= html2psrc.5
|
1998-11-22 22:45:16 +00:00
|
|
|
SCRIPTS_ENV+= PERL5=${PERL5}
|
1998-05-17 20:14:41 +00:00
|
|
|
|
|
|
|
do-install:
|
1998-09-15 21:31:59 +00:00
|
|
|
@cd ${WRKSRC}; ${PERL5} install
|
1998-05-17 20:14:41 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|