9db51e3446
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@
37 lines
802 B
Makefile
37 lines
802 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2007/06/06 16:15:58 ajacoutot Exp $
|
|
|
|
PKG_ARCH= *
|
|
|
|
COMMENT= substitute for MS TTF core fonts
|
|
|
|
DISTNAME= liberation-fonts-ttf-3
|
|
PKGNAME= liberation-fonts-0.2
|
|
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/
|
|
|
|
USE_X11= Yes
|
|
NO_BUILD= Yes
|
|
NO_REGRESS= Yes
|
|
|
|
WRKDIST= ${WRKDIR}/${PKGNAME}
|
|
INST_DIR= ${PREFIX}/lib/X11/fonts/Liberation
|
|
|
|
do-install:
|
|
${INSTALL_DATA_DIR} ${INST_DIR}
|
|
${INSTALL_DATA} ${WRKSRC}/{*.ttf,*.txt} ${INST_DIR}
|
|
${X11BASE}/bin/mkfontscale ${INST_DIR}
|
|
${X11BASE}/bin/mkfontdir ${INST_DIR}
|
|
|
|
.include <bsd.port.mk>
|