mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
72ea7e696b
With hat: portmgr Sponsored by: Absolight
19 lines
329 B
Makefile
19 lines
329 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= fonttosfnt
|
|
PORTVERSION= 1.0.4
|
|
PORTREVISION= 1
|
|
CATEGORIES= x11-fonts
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= Wrap a bitmap font in a sftn wrapper
|
|
|
|
LIB_DEPENDS= libfreetype.so:print/freetype2
|
|
|
|
XORG_CAT= app
|
|
USE_XORG= xproto fontenc
|
|
|
|
PLIST_FILES= bin/fonttosfnt man/man1/fonttosfnt.1.gz
|
|
|
|
.include <bsd.port.mk>
|