freebsd-ports/korean/nhppf/Makefile
Satoshi Asami 4b07f0329b Change *_DEPENDS on lang/perl5 to USE_PERL5 so we won't have any
dependencies to perl5 in -current.  This might cause some unwanted
perl5 installations on -stable (if it was originally RUN_DEPENDS,
perl5 will now be installed during build too, etc.), but its lifetime
is limited anyway.
1999-01-02 00:12:21 +00:00

30 lines
723 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>
#
# $Id: Makefile,v 1.4 1998/09/15 21:31:46 asami Exp $
#
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>