summaryrefslogtreecommitdiff
path: root/print/muttprint/Makefile
diff options
context:
space:
mode:
authorDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2002-02-12 04:18:19 +0000
committerDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2002-02-12 04:18:19 +0000
commit1a5e47a2dd46e3bdf4a888f98f226f2b628e35d7 (patch)
tree80ed36cab3c075facf92e9043a3d7816804a2ec9 /print/muttprint/Makefile
parentOne more breakage on Alpha. (diff)
Add muttprint 0.61, utility to print mail with mutt.
PR: 29712 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de> Reviewed by: alane@geeksrus.net
Notes
Notes: svn path=/head/; revision=54583
Diffstat (limited to 'print/muttprint/Makefile')
-rw-r--r--print/muttprint/Makefile27
1 files changed, 27 insertions, 0 deletions
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 <obraun@informatik.unibw-muenchen.de>
+#
+# $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 <bsd.port.mk>