diff options
author | dwcjr <dwcjr@FreeBSD.org> | 2002-02-13 23:59:10 +0800 |
---|---|---|
committer | dwcjr <dwcjr@FreeBSD.org> | 2002-02-13 23:59:10 +0800 |
commit | b7702d46d2604725420ba8993a5ccb7e33f8eef3 (patch) | |
tree | a8ab45fc3ea0acb2cc1c89be0171c41b8df481dc /print/muttprint | |
parent | f11bbdddf90fac05e1c0c067764bc3dd878071bf (diff) | |
download | freebsd-ports-graphics-b7702d46d2604725420ba8993a5ccb7e33f8eef3.tar.gz freebsd-ports-graphics-b7702d46d2604725420ba8993a5ccb7e33f8eef3.tar.zst freebsd-ports-graphics-b7702d46d2604725420ba8993a5ccb7e33f8eef3.zip |
Add dependencies on teTeX, psutils, and ImageMagick.
Add -w flag for perl.
Bump PORTREVISION
PR: 34900
Submitted by: Alan Eldridge
Reviewed by: maintainer
Diffstat (limited to 'print/muttprint')
-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 d9d07057355..f90767c1be9 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 e9b2199920a..60ab2a789c8 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; |