mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
72ea7e696b
With hat: portmgr Sponsored by: Absolight
21 lines
500 B
Makefile
21 lines
500 B
Makefile
# Created by: Koop Mast <kwm@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= cantarell-fonts
|
|
PORTVERSION= 0.0.24
|
|
CATEGORIES= x11-fonts gnome
|
|
MASTER_SITES= GNOME
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Cantarell, a Humanist sans-serif font family
|
|
|
|
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig
|
|
|
|
USES= fonts gmake gnome 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>
|