blob: 4d14a8a116a70be5420fc64e3e292afa365a0dff (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Created by: Pawel Worach
# $FreeBSD$
PORTNAME= mkfontscale
PORTVERSION= 1.1.1
PORTREVISION= 1
CATEGORIES= x11-fonts
MAINTAINER= x11@FreeBSD.org
COMMENT= Creates an index of scalable font files for X
LIB_DEPENDS= libfreetype.so:${PORTSDIR}/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>
|