1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/korean/nhppf/Makefile
1999-08-30 12:09:14 +00:00

31 lines
681 B
Makefile

# New ports collection makefile for: nhppf-1.2
# Version required: 1.2
# Date created: 19 Apr 1997
# Whom: Choi Jun Ho <junker@jazz.snu.ac.kr>
#
# $FreeBSD$
#
DISTNAME= nhppf-1.2
PKGNAME= ko-nhppf-1.2
CATEGORIES= korean
MASTER_SITES= ftp://jazz.snu.ac.kr/pub/unix/util/nhppf/
MAINTAINER= junker@jazz.snu.ac.kr
RUN_DEPENDS= ${PREFIX}/share/fonts/HLaTeX-0.95-pfb:$(PORTSDIR)/korean/hlatexpsfonts
USE_PERL5= yes
NO_BUILD= yes
do-configure:
@cd ${WRKSRC}; \
${ECHO_MSG} "#!${PERL5}" > scriptheader; \
${CAT} scriptheader nhppf > nhppf.new
do-install:
@cd ${WRKSRC}; \
${INSTALL_SCRIPT} nhppf.new ${PREFIX}/bin/nhppf
.include <bsd.port.mk>