diff options
author | nakai <nakai@FreeBSD.org> | 2001-04-22 08:16:47 +0800 |
---|---|---|
committer | nakai <nakai@FreeBSD.org> | 2001-04-22 08:16:47 +0800 |
commit | c61e6e95115b07caf2a0b47fef43dbaeb6ea4d18 (patch) | |
tree | 53797de290f4870dee5b38e26d63249cd3854776 /print | |
parent | 0f876bd65c6db79d3b7b27444a0316ed091fedd3 (diff) | |
download | freebsd-ports-gnome-c61e6e95115b07caf2a0b47fef43dbaeb6ea4d18.tar.gz freebsd-ports-gnome-c61e6e95115b07caf2a0b47fef43dbaeb6ea4d18.tar.zst freebsd-ports-gnome-c61e6e95115b07caf2a0b47fef43dbaeb6ea4d18.zip |
Initial import.
TrueType font to Type42 font converter.
Diffstat (limited to 'print')
-rw-r--r-- | print/Makefile | 1 | ||||
-rw-r--r-- | print/ttftot42/Makefile | 20 | ||||
-rw-r--r-- | print/ttftot42/distinfo | 1 | ||||
-rw-r--r-- | print/ttftot42/pkg-comment | 1 | ||||
-rw-r--r-- | print/ttftot42/pkg-descr | 3 | ||||
-rw-r--r-- | print/ttftot42/pkg-plist | 1 |
6 files changed, 27 insertions, 0 deletions
diff --git a/print/Makefile b/print/Makefile index 6dcd39da656b..25e6d8b62a3a 100644 --- a/print/Makefile +++ b/print/Makefile @@ -128,6 +128,7 @@ SUBDIR += tr2latex SUBDIR += transfig SUBDIR += trueprint + SUBDIR += ttftot42 SUBDIR += virtualpaper SUBDIR += xdvi SUBDIR += xdvik diff --git a/print/ttftot42/Makefile b/print/ttftot42/Makefile new file mode 100644 index 000000000000..cc63a18de5ad --- /dev/null +++ b/print/ttftot42/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: ttftot42 +# Date created: 22 April 2001 +# Whom: Yukihiro Nakai <nakai@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= ttftot42 +PORTVERSION= 0.3.1 +CATEGORIES= print +MASTER_SITES= http://www.giga.or.at/pub/nih/ttftot42/ + +MAINTAINER= nakai@FreeBSD.org + +LIB_DEPENDS= ttf.4:${PORTSDIR}/print/freetype + +GNU_CONFIGURE= yes +CONFIGURE_ENV= "CFLAGS=-I${LOCALBASE}/include" + +.include <bsd.port.mk> diff --git a/print/ttftot42/distinfo b/print/ttftot42/distinfo new file mode 100644 index 000000000000..deac277feb20 --- /dev/null +++ b/print/ttftot42/distinfo @@ -0,0 +1 @@ +MD5 (ttftot42-0.3.1.tar.gz) = 44c1dc8b427f9f90638b58823db05a9c diff --git a/print/ttftot42/pkg-comment b/print/ttftot42/pkg-comment new file mode 100644 index 000000000000..e69925d9a226 --- /dev/null +++ b/print/ttftot42/pkg-comment @@ -0,0 +1 @@ +TrueType to Type42 font converter diff --git a/print/ttftot42/pkg-descr b/print/ttftot42/pkg-descr new file mode 100644 index 000000000000..a2e01486c6ba --- /dev/null +++ b/print/ttftot42/pkg-descr @@ -0,0 +1,3 @@ +TrueType to Type42 font converter + +WWW: http://ftp.giga.or.at/pub/nih/ttftot42 diff --git a/print/ttftot42/pkg-plist b/print/ttftot42/pkg-plist new file mode 100644 index 000000000000..4749a5e7b977 --- /dev/null +++ b/print/ttftot42/pkg-plist @@ -0,0 +1 @@ +bin/ttftot42 |