summaryrefslogtreecommitdiff
path: root/print/freetype
diff options
context:
space:
mode:
authorJustin M. Seger <jseger@FreeBSD.org>1998-01-24 16:50:42 +0000
committerJustin M. Seger <jseger@FreeBSD.org>1998-01-24 16:50:42 +0000
commit35be9959720ca74441e3b5717e50731831435d6e (patch)
treea9f09b99d720adc92163f6f8a3d4290b25c1f812 /print/freetype
parentRemove BROKEN tag, fix some problem. (diff)
Import of Freetype beta release 971006.
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.
Notes
Notes: svn path=/head/; revision=9426
Diffstat (limited to 'print/freetype')
-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
5 files changed, 36 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