1cad020f30
- don't manually run mkfontscale and mkfontdir ; pkg tools now take care of this (you need a recent current for this) - remove quotes around COMMENT while here - bump PKGNAME
34 lines
709 B
Makefile
34 lines
709 B
Makefile
# $OpenBSD: Makefile,v 1.2 2007/07/22 08:02:11 ajacoutot Exp $
|
|
|
|
PKG_ARCH= *
|
|
|
|
COMMENT= substitute for MS TTF core fonts
|
|
|
|
DISTNAME= liberation-fonts-ttf-3
|
|
PKGNAME= liberation-fonts-0.2p0
|
|
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
|
|
|
|
WRKDIST= ${WRKDIR}/${PKGNAME}
|
|
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>
|