1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-23 20:51:43 +00:00
freebsd-ports/print/html2ps-a4/Makefile
SADA Kenji c3f7d39522 This is a null commit to record information I forgot to put in
previous commit log.
PR:		ports/8450
Submitted by:	Stephen J. Roznowski <sjr@home.net>
1998-11-23 21:42:20 +00:00

37 lines
868 B
Makefile

# 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.5 1998/11/22 22:45:16 sada 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/${PERL_VER}
USE_PERL5= YES
NO_BUILD= YES
IS_INTERACTIVE= YES
MAN1= html2ps.1
MAN5= html2psrc.5
SCRIPTS_ENV+= PERL5=${PERL5}
do-install:
@cd ${WRKSRC}; ${PERL5} install
.include <bsd.port.mk>