blob: 923590d9e23d15e4bc16e2453c7d23c06c494731 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Created by: Pawel Worach
# $FreeBSD$
PORTNAME= bdftopcf
PORTVERSION= 1.1
PORTREVISION= 1
CATEGORIES= x11-fonts
MAINTAINER= x11@FreeBSD.org
COMMENT= Convert X font from BDF to PCF
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
USES= localbase
XORG_CAT= app
USE_XORG= xorgproto
PLIST_FILES= bin/bdftopcf man/man1/bdftopcf.1.gz
.include <bsd.port.mk>
|