diff options
author | drochner <drochner@pkgsrc.org> | 2002-02-14 13:16:36 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2002-02-14 13:16:36 +0000 |
commit | 804245404b311a38b0dea4b6390d1afce3360a7d (patch) | |
tree | 792df9a64a7907d51d40fc882a29deb888979ee7 /mail/tnef2txt/Makefile | |
parent | f8663301f9ecd1dbf50a2070217f2b8550aa7d70 (diff) | |
download | pkgsrc-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/Makefile | 17 |
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" |