1c431d41c0
- regen PLIST Initial diff by myself, update by and ok ajacoutot@
33 lines
727 B
Makefile
33 lines
727 B
Makefile
# $OpenBSD: Makefile,v 1.7 2010/07/24 07:42:33 benoit Exp $
|
|
|
|
PKG_ARCH = *
|
|
|
|
COMMENT = substitute for MS TTF core fonts
|
|
|
|
DISTNAME = liberation-fonts-ttf-1.06.0.20100721
|
|
PKGNAME = ${DISTNAME:S/-ttf//}
|
|
CATEGORIES = x11
|
|
|
|
HOMEPAGE = https://fedorahosted.org/liberation-fonts
|
|
|
|
MAINTAINER = Benoit Lecocq <benoit@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>
|