summaryrefslogtreecommitdiff
path: root/print/muttprint/Makefile
diff options
context:
space:
mode:
authorDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2002-02-13 15:59:10 +0000
committerDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2002-02-13 15:59:10 +0000
commit78b29549d20ea85f2dfabd5ee69b9d398861fc6b (patch)
treebb8ec5d4fcb2cbcdee6a861ca6864393b0d2ff38 /print/muttprint/Makefile
parentFix 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/muttprint/Makefile')
-rw-r--r--print/muttprint/Makefile10
1 files changed, 9 insertions, 1 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