mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
7e52725f2a
Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
30 lines
750 B
Makefile
30 lines
750 B
Makefile
# 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>
|