Update x11-fonts/alef to version 1.0_4
[dports.git] / x11-fonts / liberation-fonts-ttf / Makefile
1 # Created by: Thierry Thomas <thierry@pompo.net>
2 # $FreeBSD$
3
4 PORTNAME=       liberation-fonts-ttf
5 PORTVERSION=    2.00.5
6 PORTREVISION=   1
7 PORTEPOCH=      2
8 CATEGORIES=     x11-fonts
9 MASTER_SITES=   https://github.com/liberationfonts/liberation-fonts/files/2926169/
10
11 MAINTAINER=     thierry@FreeBSD.org
12 COMMENT=        Liberation fonts from Red Hat to replace MS TTF fonts
13
14 LICENSE=        OFL11
15
16 USES=           fonts
17
18 NO_ARCH=        yes
19 NO_BUILD=       yes
20 SUB_FILES=      pkg-message
21
22 FONTNAME=       Liberation
23
24 do-install:
25         ${MKDIR} ${STAGEDIR}${FONTSDIR}
26         ${INSTALL_DATA} ${WRKSRC}/*.ttf ${STAGEDIR}${FONTSDIR}
27
28 .include <bsd.port.mk>