1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/x11-fonts/cantarell-fonts/Makefile
Mathieu Arnold 72ea7e696b Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:33:55 +00:00

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>