freebsd-ports/x11-fonts/mkfontscale/Makefile
Florent Thoumie 340b57f8be - Update X.org ports to 7.4+ (few ports are more recent than the katamari).
- Bump PORTREVISION for all ports depending on libglut since the shlib
version number went from 4 to 3.
- Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't
installed anymore.
- Couple of ports fixes (mostly missing xorg components added to USE_XORG).
2009-01-23 16:28:36 +00:00

22 lines
408 B
Makefile

# New ports collection makefile for: mkfontscale
# Date Created: 28 Aug 2005
# Whom: Pawel Worach
#
# $FreeBSD$
#
PORTNAME= mkfontscale
PORTVERSION= 1.0.6
CATEGORIES= x11-fonts
MAINTAINER= x11@FreeBSD.org
COMMENT= Creates an index of scalable font files for X
LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2
XORG_CAT= app
USE_XORG= xproto fontenc
MAN1= mkfontscale.1
.include <bsd.port.mk>