2d5802fb57
- initial support for Cyrillic - uppercase Greek
32 lines
746 B
Makefile
32 lines
746 B
Makefile
# New ports collection makefile for: cantarell-fonts
|
|
# Date Created: 2 Feb 2011
|
|
# Whom: Koop Mast <kwm@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= cantarell-fonts
|
|
PORTVERSION= 0.0.9
|
|
CATEGORIES= x11-fonts gnome
|
|
MASTER_SITES= GNOME
|
|
|
|
MAINTAINER= kwm@FreeBSD.org
|
|
COMMENT= Cantarell, a Humanist sans-serif font family
|
|
|
|
LIB_DEPENDS= fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig
|
|
|
|
USE_GNOME= pkgconfig
|
|
USE_XZ= yes
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
FONTSDIR= share/fonts/cantarell
|
|
PLIST_SUB= FONTSDIR=${FONTSDIR}
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|(datadir)/fontconfig/conf.avail/|(prefix)/etc/fonts/conf.avail/|g' \
|
|
${WRKSRC}/fontconfig/Makefile.in
|
|
|
|
post-install:
|
|
@${LOCALBASE}/bin/fc-cache -f -v ${PREFIX}/${FONTSDIR}
|
|
|
|
.include <bsd.port.mk>
|