blob: 290c11a3b4d01295b82c109ebfddd100b5013c24 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
|
# New ports collection makefile for: html2ps-letter
# Date created: Sat Nov 22 12:54:50 CET 1997
# Whom: andreas
#
# $FreeBSD$
#
PORTNAME= html2ps-${PAPERSIZE}
PORTVERSION= 1.0
PORTREVISION= 1
CATEGORIES= print www perl5
MASTER_SITES= http://user.it.uu.se/~jan/
DISTNAME= html2ps-1.0b3
MAINTAINER= ports@FreeBSD.org
COMMENT= HTML to PostScript converter
USE_GHOSTSCRIPT_BUILD= yes
BUILD_DEPENDS= mogrify:${PORTSDIR}/graphics/ImageMagick \
djpeg:${PORTSDIR}/graphics/jpeg \
giftopnm:${PORTSDIR}/graphics/netpbm \
tex:${PORTSDIR}/print/teTeX \
${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \
weblint:${PORTSDIR}/www/weblint
RUN_DEPENDS= mogrify:${PORTSDIR}/graphics/ImageMagick
USE_PERL5= YES
NO_BUILD= YES
PAPERSIZE?= letter
MAN1= html2ps.1
MAN5= html2psrc.5
SCRIPTS_ENV+= PERL=${PERL} PAPERSIZE=${PAPERSIZE}
pre-everything::
.if !defined(WITH_GHOSTSCRIPT_AFPL) || ${WITH_GHOSTSCRIPT_AFPL} != yes
@${ECHO_MSG} ""
@${ECHO_MSG} " Define WITH_GHOSTSCRIPT_AFPL=yes to use"
@${ECHO_MSG} " AFPL Postscript interpreter instead of GNU one"
@${ECHO_MSG} ""
.endif
do-install:
@cd ${WRKSRC}; ${PERL} install
.include <bsd.port.mk>
|