diff options
author | jonb <jonb@pkgsrc.org> | 2000-01-12 05:35:50 +0000 |
---|---|---|
committer | jonb <jonb@pkgsrc.org> | 2000-01-12 05:35:50 +0000 |
commit | 8fff7d7eb969ef796c64123e0dac6ec237d53443 (patch) | |
tree | c3d1b470933d20dd480a94ca869df62531e81e46 /textproc/t1utils/Makefile | |
parent | ff8673445dd0abc6135ff93e08af1f7f5ab5cf0e (diff) | |
download | pkgsrc-8fff7d7eb969ef796c64123e0dac6ec237d53443.tar.gz |
initial import of new t1utils-1.14 package:
Utility programs for dealing with Postscript Type 1 font files
Diffstat (limited to 'textproc/t1utils/Makefile')
-rw-r--r-- | textproc/t1utils/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/textproc/t1utils/Makefile b/textproc/t1utils/Makefile new file mode 100644 index 00000000000..72abf872356 --- /dev/null +++ b/textproc/t1utils/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/01/12 05:35:50 jonb Exp $ +# + +DISTNAME= t1utils-1.14 +CATEGORIES= textproc +MASTER_SITES= http://www.lcdf.org/~eddietwo/type/ + +MAINTAINER= jonb@netbsd.org +HOMEPAGE= http://www.lcdf.org/~eddietwo/type/ + +GNU_CONFIGURE= YES + +.include "../../mk/bsd.pkg.mk" |