1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/x11-fonts/mkfontscale/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
395 B
Makefile

# Created by: Pawel Worach
# $FreeBSD$
PORTNAME= mkfontscale
PORTVERSION= 1.1.2
CATEGORIES= x11-fonts
MAINTAINER= x11@FreeBSD.org
COMMENT= Creates an index of scalable font files for X
LIB_DEPENDS= libfreetype.so:print/freetype2
XORG_CAT= app
USE_XORG= xproto fontenc
CONFIGURE_ARGS+=--disable-maintainer-mode
PLIST_FILES= bin/mkfontscale man/man1/mkfontscale.1.gz
.include <bsd.port.mk>