blob: 3384ed5df4b73814403211a5eb80d43ede0bf620 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# New ports collection makefile for: kbanner
# Date created: Fri Feb 26 15:07:10 PST 1999
# Whom: sumikawa
#
# $FreeBSD$
#
PORTNAME= kbanner
PORTVERSION= 2.1
PORTREVISION= 5
CATEGORIES= japanese
MASTER_SITES= http://kanji.zinbun.kyoto-u.ac.jp/~yasuoka/ftp/program/
DISTFILES= ${PORTNAME}2.tar.Z
MAINTAINER= ports@FreeBSD.org
COMMENT= Displays large japanese letters on the standard output
WRKSRC= ${WRKDIR}/${PORTNAME}2
ALL_TARGET= kbanner
MAN1= kbanner.1
PLIST_FILES= bin/kbanner
.include <bsd.port.mk>
|