summaryrefslogtreecommitdiff
path: root/print/muttprint/Makefile
blob: f90767c1be9f93d8348d82e9e0cbd60bb89b72aa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# New ports collection makefile for:   muttprint
# Date created:        11 november 2001
# Whom:                Oliver Braun <obraun@informatik.unibw-muenchen.de>
#
# $FreeBSD$
#

PORTNAME=	muttprint
PORTVERSION=	0.61
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

post-patch:
	-${RM} -f ${WRKSRC}/pics/*.orig

.if !defined(NOPORTDOCS)
INSTALL_TARGET=install-with-doc
.endif

.include <bsd.port.mk>