summaryrefslogtreecommitdiff
path: root/mail/tnef2txt/Makefile
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2002-02-14 13:16:36 +0000
committerdrochner <drochner@pkgsrc.org>2002-02-14 13:16:36 +0000
commit804245404b311a38b0dea4b6390d1afce3360a7d (patch)
tree792df9a64a7907d51d40fc882a29deb888979ee7 /mail/tnef2txt/Makefile
parentf8663301f9ecd1dbf50a2070217f2b8550aa7d70 (diff)
downloadpkgsrc-804245404b311a38b0dea4b6390d1afce3360a7d.tar.gz
import of tnef2txt-1.4, a portable application/ms-tnef parser
Diffstat (limited to 'mail/tnef2txt/Makefile')
-rw-r--r--mail/tnef2txt/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/mail/tnef2txt/Makefile b/mail/tnef2txt/Makefile
new file mode 100644
index 00000000000..f365599357f
--- /dev/null
+++ b/mail/tnef2txt/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/02/14 13:16:36 drochner Exp $
+#
+
+DISTNAME= tnef2txt-1.4
+CATEGORIES= mail
+MASTER_SITES= http://www.fiction.net/blong/programs/tnef2txt/
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.fiction.net/blong/programs/
+COMMENT= portable application/ms-tnef parser
+
+ALL_TARGET= tnef2txt
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/tnef2txt ${PREFIX}/bin
+
+.include "../../mk/bsd.pkg.mk"