blob: 2043458cddacc1be1951d74d9882f9113b0eb2ac (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# 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.4
CATEGORIES= 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_GMAKE= yes
GNU_CONFIGURE= yes
post-patch:
@${REINPLACE_CMD} -e 's|(datadir)/fontconfig/conf.avail/|(prefix)/etc/fonts/conf.avail/|g' \
${WRKSRC}/fontconfig/Makefile.in
.include <bsd.port.mk>
|