From 1a5e47a2dd46e3bdf4a888f98f226f2b628e35d7 Mon Sep 17 00:00:00 2001 From: "David W. Chapman Jr." Date: Tue, 12 Feb 2002 04:18:19 +0000 Subject: Add muttprint 0.61, utility to print mail with mutt. PR: 29712 Submitted by: Oliver Braun Reviewed by: alane@geeksrus.net --- print/muttprint/Makefile | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 print/muttprint/Makefile (limited to 'print/muttprint/Makefile') diff --git a/print/muttprint/Makefile b/print/muttprint/Makefile new file mode 100644 index 000000000000..8db024770e6e --- /dev/null +++ b/print/muttprint/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: muttprint +# Date created: 11 november 2001 +# Whom: Oliver Braun +# +# $FreeBSD$ +# + +PORTNAME= muttprint +PORTVERSION= 0.61 +CATEGORIES= print mail +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= muttprint + +MAINTAINER= obraun@informatik.unibw-muenchen.de + +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 -- cgit v1.2.3