freebsd-ports/japanese/kbanner/Makefile
Adam Weinberger f9d86cf02f Rename the rather surprising number of japanese/ patch-xy patches
to reflect the files they modify.
2014-07-28 22:14:07 +00:00

20 lines
433 B
Makefile

# Created by: sumikawa
# $FreeBSD$
PORTNAME= kbanner
PORTVERSION= 2.1
PORTREVISION= 5
CATEGORIES= japanese
MASTER_SITES= http://kanji.zinbun.kyoto-u.ac.jp/~yasuoka/ftp/program/
DISTNAME= ${PORTNAME}2
MAINTAINER= ports@FreeBSD.org
COMMENT= Displays large Japanese letters on the standard output
USES= tar:Z
ALL_TARGET= kbanner
CFLAGS+= -Wno-error=return-type
PLIST_FILES= bin/kbanner man/man1/kbanner.1.gz
.include <bsd.port.mk>