blob: d2a6a0dfd7dc9520a819e97ee5591e306d7feffb (
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: prn
# Version required: 2.0
# Date created: 19 Jun 1997
# Whom: Satoshi TAOKA <taoka@infonets.hiroshima-u.ac.jp>
#
# $Id: Makefile,v 1.1.1.1 1997/06/23 14:31:11 max Exp $
#
DISTNAME= prn
PKGNAME= ja-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>
|