1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/print/html2ps-letter/Makefile
Dirk Froemberg 5c06167de9 - make port non-interactive.
- support a4 and letter papersizes after a repository copy from
  html2ps to html2ps-a4 and html2ps-letter.

- use ${PERL} for substituting not ${PERL5}.

Requested by:	Andreas Klemm <andreas@FreeBSD.org> (mantainer)
1999-09-10 08:27:35 +00:00

38 lines
856 B
Makefile

# New ports collection makefile for: html2ps-letter
# Version required: 1.0b1
# Date created: Sat Nov 22 12:54:50 CET 1997
# Whom: andreas
#
# $FreeBSD$
#
DISTNAME= html2ps-1.0b1
PKGNAME= html2ps-1.0
CATEGORIES= print www perl5
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 \
gs:${PORTSDIR}/print/ghostscript55 \
tex:${PORTSDIR}/print/teTeX \
${site_perl}/LWP.pm:${PORTSDIR}/www/p5-libwww \
weblint:${PORTSDIR}/www/weblint
site_perl= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}
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>