summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--print/freetype/Makefile24
-rw-r--r--print/freetype/distinfo1
-rw-r--r--print/freetype/pkg-comment1
-rw-r--r--print/freetype/pkg-descr7
-rw-r--r--print/freetype/pkg-plist3
-rw-r--r--print/freetype2/Makefile24
-rw-r--r--print/freetype2/distinfo1
-rw-r--r--print/freetype2/pkg-comment1
-rw-r--r--print/freetype2/pkg-descr7
-rw-r--r--print/freetype2/pkg-plist3
10 files changed, 72 insertions, 0 deletions
diff --git a/print/freetype/Makefile b/print/freetype/Makefile
new file mode 100644
index 000000000000..26d82ea7592d
--- /dev/null
+++ b/print/freetype/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: freetype
+# Version required: October 6, 1997 beta
+# Date created: January 24, 1998
+# Whom: jseger@FreeBSD.org
+#
+# $Id$
+#
+
+DISTNAME= freetype-beta
+PKGNAME= freetype-971006
+CATEGORIES= print
+MASTER_SITES= ftp://ftp.physiol.med.tu-muenchen.de/pub/freetype/
+
+MAINTAINER= jseger@FreeBSD.org
+
+WRKSRC= ${WRKDIR}/freetype
+USE_GMAKE= YES
+GNU_CONFIGURE= YES
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/tools/ttf2bdf/ttf2bdf ${PREFIX}/bin
+ ${INSTALL_DATA} ${WRKSRC}/lib/libttf.a ${PREFIX}/lib
+ ${LDCONFIG} -m ${PREFIX}/lib
+.include <bsd.port.mk>
diff --git a/print/freetype/distinfo b/print/freetype/distinfo
new file mode 100644
index 000000000000..3c8dae149517
--- /dev/null
+++ b/print/freetype/distinfo
@@ -0,0 +1 @@
+MD5 (freetype-beta.tar.gz) = bd9e80d71f84576d339b810a38125343
diff --git a/print/freetype/pkg-comment b/print/freetype/pkg-comment
new file mode 100644
index 000000000000..303f1e3cabaf
--- /dev/null
+++ b/print/freetype/pkg-comment
@@ -0,0 +1 @@
+A free and portable TrueType font rendering engine
diff --git a/print/freetype/pkg-descr b/print/freetype/pkg-descr
new file mode 100644
index 000000000000..e689742f5ea4
--- /dev/null
+++ b/print/freetype/pkg-descr
@@ -0,0 +1,7 @@
+The FreeType engine is a free and portable TrueType font rendering
+engine. It has been developed to provide TT support to a great
+variety of platforms and environments.
+
+Notice that FreeType is a *library*. It is *not* a font server
+for your preferred environment, even though it was designed to
+allow the design of many font servers.
diff --git a/print/freetype/pkg-plist b/print/freetype/pkg-plist
new file mode 100644
index 000000000000..62246c2920ff
--- /dev/null
+++ b/print/freetype/pkg-plist
@@ -0,0 +1,3 @@
+bin/ttf2bdf
+lib/libttf.a
+@exec ldconfig -m %B
diff --git a/print/freetype2/Makefile b/print/freetype2/Makefile
new file mode 100644
index 000000000000..26d82ea7592d
--- /dev/null
+++ b/print/freetype2/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: freetype
+# Version required: October 6, 1997 beta
+# Date created: January 24, 1998
+# Whom: jseger@FreeBSD.org
+#
+# $Id$
+#
+
+DISTNAME= freetype-beta
+PKGNAME= freetype-971006
+CATEGORIES= print
+MASTER_SITES= ftp://ftp.physiol.med.tu-muenchen.de/pub/freetype/
+
+MAINTAINER= jseger@FreeBSD.org
+
+WRKSRC= ${WRKDIR}/freetype
+USE_GMAKE= YES
+GNU_CONFIGURE= YES
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/tools/ttf2bdf/ttf2bdf ${PREFIX}/bin
+ ${INSTALL_DATA} ${WRKSRC}/lib/libttf.a ${PREFIX}/lib
+ ${LDCONFIG} -m ${PREFIX}/lib
+.include <bsd.port.mk>
diff --git a/print/freetype2/distinfo b/print/freetype2/distinfo
new file mode 100644
index 000000000000..3c8dae149517
--- /dev/null
+++ b/print/freetype2/distinfo
@@ -0,0 +1 @@
+MD5 (freetype-beta.tar.gz) = bd9e80d71f84576d339b810a38125343
diff --git a/print/freetype2/pkg-comment b/print/freetype2/pkg-comment
new file mode 100644
index 000000000000..303f1e3cabaf
--- /dev/null
+++ b/print/freetype2/pkg-comment
@@ -0,0 +1 @@
+A free and portable TrueType font rendering engine
diff --git a/print/freetype2/pkg-descr b/print/freetype2/pkg-descr
new file mode 100644
index 000000000000..e689742f5ea4
--- /dev/null
+++ b/print/freetype2/pkg-descr
@@ -0,0 +1,7 @@
+The FreeType engine is a free and portable TrueType font rendering
+engine. It has been developed to provide TT support to a great
+variety of platforms and environments.
+
+Notice that FreeType is a *library*. It is *not* a font server
+for your preferred environment, even though it was designed to
+allow the design of many font servers.
diff --git a/print/freetype2/pkg-plist b/print/freetype2/pkg-plist
new file mode 100644
index 000000000000..62246c2920ff
--- /dev/null
+++ b/print/freetype2/pkg-plist
@@ -0,0 +1,3 @@
+bin/ttf2bdf
+lib/libttf.a
+@exec ldconfig -m %B