diff options
author | Steve Price <steve@FreeBSD.org> | 1999-05-03 03:03:07 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-05-03 03:03:07 +0000 |
commit | 1068a1f392c25b66b3afcf0a708b1d66b9e1ef41 (patch) | |
tree | 080366c98c6eebff1d07cddcd8b46bcc7f49ce98 /print/t1utils/Makefile | |
parent | 21dfd2dcf89d36798af27115c437a5f0a9d6e30b (diff) |
Notes
Diffstat (limited to 'print/t1utils/Makefile')
-rw-r--r-- | print/t1utils/Makefile | 19 |
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> |