1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/x11-fonts/cantarell-fonts/Makefile
Koop Mast b4a4e59199 Update to 0.0.15.
Update LIB_DEPEND syntax, USE_GMAKE => USES=gmake.
Enable stage support.
Also run fc-cache so cache files will get updated after font removal.
2013-09-27 19:24:33 +00:00

22 lines
504 B
Makefile

# Created by: Koop Mast <kwm@FreeBSD.org>
# $FreeBSD$
PORTNAME= cantarell-fonts
PORTVERSION= 0.0.15
CATEGORIES= x11-fonts gnome
MASTER_SITES= GNOME
MAINTAINER= kwm@FreeBSD.org
COMMENT= Cantarell, a Humanist sans-serif font family
LIB_DEPENDS= libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig
USES= gmake pkgconfig
USE_XZ= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-configdir=${PREFIX}/etc/fonts/conf.avail
FONTSDIR= share/fonts/cantarell
PLIST_SUB= FONTSDIR=${FONTSDIR}
.include <bsd.port.mk>