blob: eca20dbe1b7affe350b40c9e50470690900340db (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: bdftopcf
# Date Created: 28 Aug 2005
# Whom: Pawel Worach
#
# $FreeBSD$
#
PORTNAME= bdftopcf
PORTVERSION= 1.0.1
CATEGORIES= x11-fonts
MAINTAINER= x11@FreeBSD.org
COMMENT= Convert X font from BDF to PCF
XORG_CAT= app
USE_XORG= xfont
PLIST_FILES= bin/bdftopcf
MAN1= bdftopcf.1
.include <bsd.port.mk>
|