fff296bfe7
Approved by: portmgr (not really, but touches unstaged ports)
20 lines
498 B
Makefile
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>
|