mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
61aab85620
- update oclock to 1.0.2 - update twm to 1.0.7 - update xmodmap to 1.0.4 - update xorg-macros to 1.15.0 - update xprop to 1.2.1 - update xvinfo to 1.1.1 - update xwininfo to 1.1.2 Approved by: bapt (mentor) Obtained from: xorg-devel repo
24 lines
437 B
Makefile
24 lines
437 B
Makefile
# New ports collection makefile for: mkfontscale
|
|
# Date Created: 28 Aug 2005
|
|
# Whom: Pawel Worach
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= mkfontscale
|
|
PORTVERSION= 1.0.9
|
|
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
|
|
|
|
PLIST_FILES= bin/mkfontscale
|
|
MAN1= mkfontscale.1
|
|
|
|
.include <bsd.port.mk>
|