summaryrefslogtreecommitdiff
path: root/print/t1utils/Makefile
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-05-03 03:03:07 +0000
committerSteve Price <steve@FreeBSD.org>1999-05-03 03:03:07 +0000
commit1068a1f392c25b66b3afcf0a708b1d66b9e1ef41 (patch)
tree080366c98c6eebff1d07cddcd8b46bcc7f49ce98 /print/t1utils/Makefile
parentAdd the tdetect port. (diff)
Initial import of t1utils version 1.10.1.
Five utilities for maipulation t1 scripts. PR: 10123 Submitted by: Mike Meyer <mwm@phone.net>
Notes
Notes: svn path=/head/; revision=18380
Diffstat (limited to 'print/t1utils/Makefile')
-rw-r--r--print/t1utils/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/print/t1utils/Makefile b/print/t1utils/Makefile
new file mode 100644
index 000000000000..ddf48f6c1e08
--- /dev/null
+++ b/print/t1utils/Makefile
@@ -0,0 +1,19 @@
+# New ports collection makefile for: t1utils
+# Version required: 1.10.1
+# Date created: 6 January 1999
+# Whom: mwm
+#
+# $Id$
+#
+
+DISTNAME= t1utils-1.10.1
+CATEGORIES= print
+MASTER_SITES= http://www.lcdf.org/~eddietwo/type/
+
+MAINTAINER= mwm@phone.net
+
+MAN1= t1ascii.1 t1binary.1 t1asm.1 t1disasm.1 t1unmac.1
+
+GNU_CONFIGURE= yes
+
+.include <bsd.port.mk>