0f8b5a6653
Yet another text to ps filter with Japanese support. PR: 3934 Submitted by: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp>
24 lines
500 B
Makefile
24 lines
500 B
Makefile
# New ports collection makefile for: prn
|
|
# Version required: 2.0
|
|
# Date created: 19 Jun 1997
|
|
# Whom: Satoshi TAOKA <taoka@infonets.hiroshima-u.ac.jp>
|
|
#
|
|
# $Id$
|
|
#
|
|
|
|
DISTNAME= prn
|
|
PKGNAME= jp-prn-1.0
|
|
CATEGORIES= japanese print
|
|
MASTER_SITES= ftp://ftp.eos.hokudai.ac.jp/pub/tools/
|
|
|
|
MAINTAINER= taoka@infonets.hiroshima-u.ac.jp
|
|
|
|
RUN_DEPENDS= kcc:${PORTSDIR}/japanese/kcc
|
|
|
|
INSTALL_TARGET= install install.man
|
|
MANLANG= ja_JP.EUC
|
|
MAN1= prn.1 cprn.1 cmt.1 psconv.1
|
|
MAN5= cmtdefs.5
|
|
|
|
.include <bsd.port.mk>
|