aboutsummaryrefslogtreecommitdiff
path: root/korean/nhppf/Makefile
blob: 36acfe63b0e0fe89ad9787ed73f5e421e745f058 (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
24
25
26
27
28
29
# New ports collection makefile for:    nhppf-2.1
# Date created:         19 Apr 1997
# Whom:                 CHOI Junho <cjh@kr.freebsd.org>
#
# $FreeBSD$
#

PORTNAME=	nhppf
PORTVERSION=	2.1
CATEGORIES=	korean
MASTER_SITES=	ftp://ftp.kr.freebsd.org/pub/users/cjh/nhppf/

MAINTAINER=	cjh@FreeBSD.org
COMMENT=	Hangul printing filter for Netscape 3.0 and above

RUN_DEPENDS=    ${PREFIX}/share/texmf/fonts/type1/korean/pkmj/pkmjm0.pfb:$(PORTSDIR)/korean/hlatex-psfonts-wansung

NO_BUILD=	yes

USE_PERL5=	yes

do-install:
	${INSTALL_SCRIPT} ${WRKSRC}/nhppf ${PREFIX}/bin/nhppf
	${MKDIR} ${PREFIX}/share/doc/nhppf
.for DOC in ChangeLog README charlist test.html
	${INSTALL_DATA} ${WRKSRC}/${DOC} ${PREFIX}/share/doc/nhppf
.endfor

.include <bsd.port.mk>