freebsd-ports/x11-fonts/cantarell-fonts/Makefile
Adam Weinberger fff296bfe7 Convert a bunch of USE_XZ to USES=tar:xz.
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 21:07:39 +00:00

20 lines
498 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 tar:xz
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-configdir=${PREFIX}/etc/fonts/conf.avail
FONTSDIR= share/fonts/cantarell
PLIST_SUB= FONTSDIR=${FONTSDIR}
.include <bsd.port.mk>