diff options
Diffstat (limited to 'korean/nhppf/Makefile')
-rw-r--r-- | korean/nhppf/Makefile | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/korean/nhppf/Makefile b/korean/nhppf/Makefile new file mode 100644 index 0000000..1aea83c --- /dev/null +++ b/korean/nhppf/Makefile @@ -0,0 +1,30 @@ +# 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> +# +# $Id$ +# + +DISTNAME= nhppf-1.2 +PKGNAME= kr-nhppf-1.2 +CATEGORIES= korean +MASTER_SITES= ftp://jazz.snu.ac.kr/pub/unix/util/nhppf/ + +MAINTAINER= junker@jazz.snu.ac.kr + +NO_BUILD= yes + +RUN_DEPENDS= ${PREFIX}/share/fonts/HLaTeX-0.95-pfb:$(PORTSDIR)/korean/hlatexpsfonts \ + perl5.004:${PORTSDIR}/lang/perl5 + +do-configure: + @cd ${WRKSRC}; \ + ${ECHO_MSG} "#!${PREFIX}/bin/perl5.003" > scriptheader; \ + ${CAT} scriptheader nhppf > nhppf.new + +do-install: + @cd ${WRKSRC}; \ + ${INSTALL_SCRIPT} nhppf.new ${PREFIX}/bin/nhppf + +.include <bsd.port.mk> |