1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/korean/nhppf/Makefile
Satoshi Asami d9f7c4b28d Convert to PORTNAME/PORTVERSION. Problems found: afterstep, bitchx,
hanemacs and hmconv had invalid version strings (fixed).

I also got replaced AMI_VER and HANIM_VER with PORTVERSION but I
didn't touch BROWSER_VER (in netscape ports) since it was used in too
many places.
2000-04-13 09:17:26 +00:00

35 lines
851 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/ \
ftp://jazz.snu.ac.kr/pub/unix/util/nhppf/
MAINTAINER= cjh@kr.freebsd.org
RUN_DEPENDS= ${PREFIX}/share/texmf/fonts/type1/korean/pkmj/pkmjm0.pfb:$(PORTSDIR)/korean/hlatexpsfonts-wansungstd
NO_BUILD= yes
USE_PERL5= yes
do-configure:
${SED} -e 's,%%PREFIX%%,${PREFIX},g' \
${WRKSRC}/nhppf > ${WRKSRC}/nhppf.perl
do-install:
@cd ${WRKSRC}; \
${INSTALL_SCRIPT} nhppf.perl ${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>