diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-02-13 15:59:10 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-02-13 15:59:10 +0000 |
commit | 78b29549d20ea85f2dfabd5ee69b9d398861fc6b (patch) | |
tree | bb8ec5d4fcb2cbcdee6a861ca6864393b0d2ff38 /print | |
parent | Fix closing parenthesis for defined() (diff) |
Add dependencies on teTeX, psutils, and ImageMagick.
Add -w flag for perl.
Bump PORTREVISION
PR: 34900
Submitted by: Alan Eldridge
Reviewed by: maintainer
Notes
Notes:
svn path=/head/; revision=54661
Diffstat (limited to 'print')
-rw-r--r-- | print/muttprint/Makefile | 10 | ||||
-rw-r--r-- | print/muttprint/files/patch-ab | 8 |
2 files changed, 16 insertions, 2 deletions
diff --git a/print/muttprint/Makefile b/print/muttprint/Makefile index d9d07057355b..f90767c1be9f 100644 --- a/print/muttprint/Makefile +++ b/print/muttprint/Makefile @@ -7,13 +7,21 @@ PORTNAME= muttprint PORTVERSION= 0.61 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= muttprint MAINTAINER= obraun@informatik.unibw-muenchen.de +.if !defined(PAPERSIZE) +PAPERSIZE= letter +.endif + +RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX \ + psnup:${PORTSDIR}/print/psutils-${PAPERSIZE} \ + convert:${PORTSDIR}/graphics/ImageMagick + MAN1= muttprint.1 MANCOMPRESSED= yes USE_GMAKE= yes diff --git a/print/muttprint/files/patch-ab b/print/muttprint/files/patch-ab index e9b2199920a6..60ab2a789c8c 100644 --- a/print/muttprint/files/patch-ab +++ b/print/muttprint/files/patch-ab @@ -1,5 +1,11 @@ --- muttprint.orig Sat Dec 15 08:49:39 2001 -+++ muttprint Tue Feb 12 01:48:40 2002 ++++ muttprint Tue Feb 12 22:45:53 2002 +@@ -1,4 +1,4 @@ +-#!/usr/bin/perl ++#!/usr/bin/perl -w + # + # Hinweis: Tabulatorbreite: 4 Zeichen + # (automatische Einstellung für ViM durch letzte Zeile) @@ -34,7 +34,7 @@ # Deklaration erzwingen use strict; |