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:
parent
37cfd558b8
commit
35be995972
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=9426
24
print/freetype/Makefile
Normal file
24
print/freetype/Makefile
Normal 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
1
print/freetype/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (freetype-beta.tar.gz) = bd9e80d71f84576d339b810a38125343
|
1
print/freetype/pkg-comment
Normal file
1
print/freetype/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A free and portable TrueType font rendering engine
|
7
print/freetype/pkg-descr
Normal file
7
print/freetype/pkg-descr
Normal 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
3
print/freetype/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
bin/ttf2bdf
|
||||
lib/libttf.a
|
||||
@exec ldconfig -m %B
|
24
print/freetype2/Makefile
Normal file
24
print/freetype2/Makefile
Normal 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
1
print/freetype2/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (freetype-beta.tar.gz) = bd9e80d71f84576d339b810a38125343
|
1
print/freetype2/pkg-comment
Normal file
1
print/freetype2/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A free and portable TrueType font rendering engine
|
7
print/freetype2/pkg-descr
Normal file
7
print/freetype2/pkg-descr
Normal 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/freetype2/pkg-plist
Normal file
3
print/freetype2/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
bin/ttf2bdf
|
||||
lib/libttf.a
|
||||
@exec ldconfig -m %B
|
Loading…
Reference in New Issue
Block a user