mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
d92cffd222
Obtained from: xorg development repo
18 lines
281 B
Makefile
18 lines
281 B
Makefile
# Created by: Pawel Worach
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= bdftopcf
|
|
PORTVERSION= 1.0.4
|
|
CATEGORIES= x11-fonts
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= Convert X font from BDF to PCF
|
|
|
|
XORG_CAT= app
|
|
USE_XORG= xfont xorg-macros
|
|
|
|
PLIST_FILES= bin/bdftopcf
|
|
MAN1= bdftopcf.1
|
|
|
|
.include <bsd.port.mk>
|