mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
72ea7e696b
With hat: portmgr Sponsored by: Absolight
21 lines
395 B
Makefile
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>
|