blob: 2463d18637ebe394132919ea9ebf3f99190298d6 (
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: bdfresize
# Date created: 1 April 2001
# Whom: Yoshihiko Sarumaru <mistral@imasy.or.jp>
#
# $FreeBSD$
#
PORTNAME= bdfresize
PORTVERSION= 1.5
PORTREVISION= 2
CATEGORIES= x11-fonts
MASTER_SITES= http://openlab.ring.gr.jp/efont/dist/tools/bdfresize/
MAINTAINER= sarumaru@jp.FreeBSD.org
COMMENT= A tool for resizing BDF format font
GNU_CONFIGURE= yes
MAN1= bdfresize.1
PLIST_FILES= bin/bdfresize
.include <bsd.port.mk>
|