aboutsummaryrefslogtreecommitdiffstats
path: root/print/html2ps-a4/Makefile
blob: 77c6dc85e096e0ba1d1359b6a25073454b83dd9d (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
# New ports collection makefile for:    html2ps
# Version required: 1.0b1
# Date created:     Sat Nov 22 12:54:50 CET 1997
# Whom:         andreas
#
# $Id: Makefile,v 1.1.1.1 1998/05/17 20:14:39 andreas Exp $
#

DISTNAME=   html2ps-1.0b1
PKGNAME=    html2ps-1.0
CATEGORIES= lang 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/ghostscript5 \
        tex:${PORTSDIR}/print/teTeX \
        ${site_perl}/LWP.pm:${PORTSDIR}/www/p5-libwww \
        weblint:${PORTSDIR}/www/weblint

site_perl=  ${PREFIX}/lib/perl5/site_perl
USE_PERL5=  YES
NO_BUILD=   YES
IS_INTERACTIVE= YES

MAN1=       html2ps.1
MAN5=       html2psrc.5

do-install:
    @cd ${WRKSRC}; ${PREFIX}/bin/perl5 install

.include <bsd.port.mk>