mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
b4a4e59199
Update LIB_DEPEND syntax, USE_GMAKE => USES=gmake. Enable stage support. Also run fc-cache so cache files will get updated after font removal.
22 lines
504 B
Makefile
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>
|