summaryrefslogtreecommitdiff
path: root/converters/Makefile
diff options
context:
space:
mode:
authorhubertf <hubertf>1997-11-22 03:06:19 +0000
committerhubertf <hubertf>1997-11-22 03:06:19 +0000
commit2690a0e9ca4e4ac04cef0340b4b1510be27f3b3b (patch)
tree7fb60289a12b9e9174e373963e692f51f6b633d0 /converters/Makefile
parent1ae61964f13ffd5973cef8912c2cc03e27926919 (diff)
downloadpkgsrc-2690a0e9ca4e4ac04cef0340b4b1510be27f3b3b.tar.gz
Some missing Makefiles, from FreeBSD.
Diffstat (limited to 'converters/Makefile')
-rw-r--r--converters/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/converters/Makefile b/converters/Makefile
new file mode 100644
index 00000000000..f1fcdce8de6
--- /dev/null
+++ b/converters/Makefile
@@ -0,0 +1,19 @@
+# $Id: Makefile,v 1.1.1.1 1997/11/22 03:06:19 hubertf Exp $
+#
+
+ SUBDIR += btoa
+ SUBDIR += c2html
+ SUBDIR += ish
+ SUBDIR += kdesupport
+ SUBDIR += mimepp
+ SUBDIR += mpack
+ SUBDIR += p5-Convert-UU
+ SUBDIR += p5-MIME-Base64
+ SUBDIR += recode
+ SUBDIR += trans
+ SUBDIR += uudeview
+ SUBDIR += uudx
+ SUBDIR += uulib
+ SUBDIR += xdeview
+
+.include <bsd.port.subdir.mk>