mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
b9398223bd
Approved by: portmgr blanket
21 lines
433 B
Makefile
21 lines
433 B
Makefile
# Created by: 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= ports@FreeBSD.org
|
|
COMMENT= Tool for resizing BDF format font
|
|
|
|
LICENSE= GPLv2+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
GNU_CONFIGURE= yes
|
|
PLIST_FILES= bin/bdfresize \
|
|
man/man1/bdfresize.1.gz
|
|
|
|
.include <bsd.port.mk>
|