2007-07-23 12:53:00 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.3 2007/07/23 16:53:00 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
|
|
|
|
|
2007-07-23 12:53:00 -04:00
|
|
|
V= 0.2
|
|
|
|
BASENAME= liberation-fonts
|
|
|
|
DISTNAME= ${BASENAME}-ttf-3
|
|
|
|
PKGNAME= ${BASENAME}-${V}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
|
|
|
|
|
|
|
|
HOMEPAGE= http://www.redhat.com/promo/fonts/
|
|
|
|
|
|
|
|
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
|
|
|
|
|
|
|
|
# GPLv2+exception license
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
MASTER_SITES= https://www.redhat.com/f/fonts/
|
|
|
|
|
|
|
|
NO_BUILD= Yes
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
|
2007-07-23 12:53:00 -04:00
|
|
|
WRKDIST= ${WRKDIR}/${BASENAME}-${V}
|
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
|
|
|
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>
|