1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/x11-fonts/bdfresize/Makefile
Dmitry Marakasov b9398223bd Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by:	portmgr blanket
2016-01-12 16:20:31 +00:00

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>