mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
8e270816f9
PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.
24 lines
488 B
Makefile
24 lines
488 B
Makefile
# New ports collection makefile for: prn
|
|
# Date created: 19 Jun 1997
|
|
# Whom: Satoshi TAOKA <taoka@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= prn
|
|
PORTVERSION= 1.0
|
|
CATEGORIES= japanese print
|
|
MASTER_SITES= ftp://ports.jp.freebsd.org/pub/FreeBSD-jp/ports-jp/LOCAL_PORTS/
|
|
DISTNAME= ${PORTNAME}
|
|
|
|
MAINTAINER= taoka@FreeBSD.org
|
|
|
|
RUN_DEPENDS= kcc:${PORTSDIR}/japanese/kcc
|
|
|
|
INSTALL_TARGET= install install.man
|
|
MANLANG= ja
|
|
MAN1= prn.1 cprn.1 cmt.1 psconv.1
|
|
MAN5= cmtdefs.5
|
|
|
|
.include <bsd.port.mk>
|