1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/x11-fonts/fonttosfnt/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

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>