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.
This commit is contained in:
Justin M. Seger 1998-01-24 16:50:42 +00:00
parent 37cfd558b8
commit 35be995972
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=9426
10 changed files with 72 additions and 0 deletions

24
print/freetype/Makefile Normal file
View File

@ -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>

1
print/freetype/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (freetype-beta.tar.gz) = bd9e80d71f84576d339b810a38125343

View File

@ -0,0 +1 @@
A free and portable TrueType font rendering engine

7
print/freetype/pkg-descr Normal file
View File

@ -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.

3
print/freetype/pkg-plist Normal file
View File

@ -0,0 +1,3 @@
bin/ttf2bdf
lib/libttf.a
@exec ldconfig -m %B

24
print/freetype2/Makefile Normal file
View File

@ -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>

1
print/freetype2/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (freetype-beta.tar.gz) = bd9e80d71f84576d339b810a38125343

View File

@ -0,0 +1 @@
A free and portable TrueType font rendering engine

View File

@ -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.

View File

@ -0,0 +1,3 @@
bin/ttf2bdf
lib/libttf.a
@exec ldconfig -m %B