2009-01-16 02:52:50 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.5 2009/01/16 07:52:50 ajacoutot Exp $
|
Import liberation-fonts-0.2
Liberation font software consists of TrueType-OpenType formatted font
software for rendering Liberation typefaces in sans serif, serif, and
monospaced character styles.
There are three sets:
* Sans (a substitute for Arial, Albany, Helvetica, Nimbus Sans L, and
Bitstream Vera Sans)
* Serif (a substitute for Times New Roman, Thorndale, Nimbus Roman, and
Bitstream Vera Serif)
* Mono (a substitute for Courier New, Cumberland, Courier, Nimbus Mono
L, and Bitstream Vera Sans Mono).
"seems ok" matthieu@
2007-06-06 12:15:58 -04:00
|
|
|
|
|
|
|
PKG_ARCH= *
|
|
|
|
|
|
|
|
COMMENT= substitute for MS TTF core fonts
|
|
|
|
|
2008-08-20 04:32:59 -04:00
|
|
|
DISTNAME= liberation-fonts-1.04
|
2009-01-16 02:52:50 -05:00
|
|
|
PKGNAME= ${DISTNAME}p0
|
Import liberation-fonts-0.2
Liberation font software consists of TrueType-OpenType formatted font
software for rendering Liberation typefaces in sans serif, serif, and
monospaced character styles.
There are three sets:
* Sans (a substitute for Arial, Albany, Helvetica, Nimbus Sans L, and
Bitstream Vera Sans)
* Serif (a substitute for Times New Roman, Thorndale, Nimbus Roman, and
Bitstream Vera Serif)
* Mono (a substitute for Courier New, Cumberland, Courier, Nimbus Mono
L, and Bitstream Vera Sans Mono).
"seems ok" matthieu@
2007-06-06 12:15:58 -04:00
|
|
|
CATEGORIES= x11
|
|
|
|
|
2008-08-20 04:32:59 -04:00
|
|
|
HOMEPAGE= https://fedorahosted.org/liberation-fonts
|
Import liberation-fonts-0.2
Liberation font software consists of TrueType-OpenType formatted font
software for rendering Liberation typefaces in sans serif, serif, and
monospaced character styles.
There are three sets:
* Sans (a substitute for Arial, Albany, Helvetica, Nimbus Sans L, and
Bitstream Vera Sans)
* Serif (a substitute for Times New Roman, Thorndale, Nimbus Roman, and
Bitstream Vera Serif)
* Mono (a substitute for Courier New, Cumberland, Courier, Nimbus Mono
L, and Bitstream Vera Sans Mono).
"seems ok" matthieu@
2007-06-06 12:15:58 -04:00
|
|
|
|
2009-01-16 02:52:50 -05:00
|
|
|
MAINTAINER= Benoit Lecocq <blq@arcane-labs.net>
|
Import liberation-fonts-0.2
Liberation font software consists of TrueType-OpenType formatted font
software for rendering Liberation typefaces in sans serif, serif, and
monospaced character styles.
There are three sets:
* Sans (a substitute for Arial, Albany, Helvetica, Nimbus Sans L, and
Bitstream Vera Sans)
* Serif (a substitute for Times New Roman, Thorndale, Nimbus Roman, and
Bitstream Vera Serif)
* Mono (a substitute for Courier New, Cumberland, Courier, Nimbus Mono
L, and Bitstream Vera Sans Mono).
"seems ok" matthieu@
2007-06-06 12:15:58 -04:00
|
|
|
|
|
|
|
# GPLv2+exception license
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2008-08-20 04:32:59 -04:00
|
|
|
MASTER_SITES= https://fedorahosted.org/releases/l/i/liberation-fonts/
|
Import liberation-fonts-0.2
Liberation font software consists of TrueType-OpenType formatted font
software for rendering Liberation typefaces in sans serif, serif, and
monospaced character styles.
There are three sets:
* Sans (a substitute for Arial, Albany, Helvetica, Nimbus Sans L, and
Bitstream Vera Sans)
* Serif (a substitute for Times New Roman, Thorndale, Nimbus Roman, and
Bitstream Vera Serif)
* Mono (a substitute for Courier New, Cumberland, Courier, Nimbus Mono
L, and Bitstream Vera Sans Mono).
"seems ok" matthieu@
2007-06-06 12:15:58 -04:00
|
|
|
|
|
|
|
NO_BUILD= Yes
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
|
|
|
|
INST_DIR= ${PREFIX}/lib/X11/fonts/Liberation
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_DATA_DIR} ${INST_DIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/{*.ttf,*.txt} ${INST_DIR}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|