mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
21 lines
331 B
Makefile
21 lines
331 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= fonttosfnt
|
|
PORTVERSION= 1.0.4
|
|
CATEGORIES= x11-fonts
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= Wrap a bitmap font in a sftn wrapper
|
|
|
|
LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2
|
|
|
|
XORG_CAT= app
|
|
USE_XORG= xproto fontenc
|
|
|
|
PLIST_FILES= bin/fonttosfnt
|
|
|
|
MAN1= fonttosfnt.1
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|