aboutsummaryrefslogtreecommitdiffstats
path: root/print/html2ps-a4
diff options
context:
space:
mode:
authordirk <dirk@FreeBSD.org>1999-09-10 16:41:12 +0800
committerdirk <dirk@FreeBSD.org>1999-09-10 16:41:12 +0800
commitaa2705ac8d80cb8758eb8a3339c3ef67efeb675a (patch)
tree03c6ce0f531f13fa4765635ef6ffc04be991d237 /print/html2ps-a4
parent73d3a1f8b48e7c67d5fc460198cb092b2080398a (diff)
downloadfreebsd-ports-gnome-aa2705ac8d80cb8758eb8a3339c3ef67efeb675a.tar.gz
freebsd-ports-gnome-aa2705ac8d80cb8758eb8a3339c3ef67efeb675a.tar.zst
freebsd-ports-gnome-aa2705ac8d80cb8758eb8a3339c3ef67efeb675a.zip
Set PAPERSIZE to A4 and use html2ps-letter as a master port.
Requested by: Andreas Klemm <andreas@FreeBSD.org> (mantainer)
Diffstat (limited to 'print/html2ps-a4')
-rw-r--r--print/html2ps-a4/Makefile32
1 files changed, 4 insertions, 28 deletions
diff --git a/print/html2ps-a4/Makefile b/print/html2ps-a4/Makefile
index f0ce67201bee..f28982327cd8 100644
--- a/print/html2ps-a4/Makefile
+++ b/print/html2ps-a4/Makefile
@@ -1,4 +1,4 @@
-# New ports collection makefile for: html2ps
+# New ports collection makefile for: html2ps-a4
# Version required: 1.0b1
# Date created: Sat Nov 22 12:54:50 CET 1997
# Whom: andreas
@@ -6,31 +6,7 @@
# $FreeBSD$
#
-DISTNAME= html2ps-1.0b1
-PKGNAME= html2ps-1.0
-CATEGORIES= print www perl5
-MASTER_SITES= http://www.tdb.uu.se/~jan/
+PAPERSIZE= A4
+MASTERDIR= ${.CURDIR}/../html2ps-letter
-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
-IS_INTERACTIVE= YES
-
-MAN1= html2ps.1
-MAN5= html2psrc.5
-SCRIPTS_ENV+= PERL5=${PERL5}
-
-do-install:
- @cd ${WRKSRC}; ${PERL5} install
-
-.include <bsd.port.mk>
+.include "${MASTERDIR}/Makefile"