freebsd-ports/print/html2ps-letter/Makefile
Dirk Meyer de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00

37 lines
742 B
Makefile

# New ports collection makefile for: html2ps-letter
# Date created: Sat Nov 22 12:54:50 CET 1997
# Whom: andreas
#
# $FreeBSD$
#
PORTNAME= html2ps
DISTVERSION= 1.0b5
PORTREVISION= 4
PORTEPOCH= 1
CATEGORIES= print www perl5
MASTER_SITES= http://user.it.uu.se/~jan/
PKGNAMESUFFIX= -${PAPERSIZE}
MAINTAINER= girgen@FreeBSD.org
COMMENT= HTML to PostScript converter
USE_GHOSTSCRIPT_BUILD= yes
RUN_DEPENDS= mogrify:${PORTSDIR}/graphics/ImageMagick \
${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \
weblint:${PORTSDIR}/www/weblint
USE_PERL5= YES
NO_BUILD= YES
PAPERSIZE?= letter
MAN1= html2ps.1
MAN5= html2psrc.5
SCRIPTS_ENV+= PERL=${PERL} PAPERSIZE=${PAPERSIZE}
do-install:
@cd ${WRKSRC}; ${PERL} install
.include <bsd.port.mk>