openbsd-ports/x11/liberation-fonts/Makefile
ajacoutot 9fc91bc073 - update to liberation-fonts-1.04
- new HOMEPAGE and MASTER_SITES
2008-08-20 08:32:59 +00:00

32 lines
677 B
Makefile

# $OpenBSD: Makefile,v 1.4 2008/08/20 08:32:59 ajacoutot Exp $
PKG_ARCH= *
COMMENT= substitute for MS TTF core fonts
DISTNAME= liberation-fonts-1.04
CATEGORIES= x11
HOMEPAGE= https://fedorahosted.org/liberation-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://fedorahosted.org/releases/l/i/liberation-fonts/
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>