diff options
author | rh <rh> | 2000-10-23 14:01:30 +0000 |
---|---|---|
committer | rh <rh> | 2000-10-23 14:01:30 +0000 |
commit | 8e22a042159084c390097553066a218ead748b83 (patch) | |
tree | 5b6a5e5702e9c6912952890502a08ec09b98295c /mail/tnef/Makefile | |
parent | 406944750e0a18176d2b6dd466708605697c5927 (diff) | |
download | pkgsrc-8e22a042159084c390097553066a218ead748b83.tar.gz |
Initial import of tnef-0.14.1, a utility to decode MS-TNEF attachments
Diffstat (limited to 'mail/tnef/Makefile')
-rw-r--r-- | mail/tnef/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/tnef/Makefile b/mail/tnef/Makefile new file mode 100644 index 00000000000..76292901f96 --- /dev/null +++ b/mail/tnef/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/10/23 14:01:30 rh Exp $ +# + +DISTNAME= tnef-0.14.1 +CATEGORIES= mail +MASTER_SITES= http://world.std.com/~damned/ + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://world.std.com/~damned/software.html + +GNU_CONFIGURE= YES + +.include "../../mk/bsd.pkg.mk" |