freebsd-ports/korean/linuxdoc-sgml/Makefile
Satoshi Asami dc5ea736c7 Update name of perl executable in dependencies to "perl5.00401".
Use USE_PERL5 when appropriate (i.e., defined in both BUILD_DEPENDS
and RUN_DEPENDS).
1997-07-18 05:04:20 +00:00

26 lines
684 B
Makefile

# New ports collection makefile for: Linuxdoc-SGML 1.6bh2
# Version required: 1.6bh2
# Date created: 2 Apr 1997
# Whom: Choi Jun Ho <junker@jazz.snu.ac.kr>
#
# $Id: Makefile,v 1.2 1997/06/04 23:42:54 asami Exp $
#
DISTNAME= linuxdoc-sgml-1.6bh2
PKGNAME= kr-linuxdoc-sgml-1.6bh2
CATEGORIES= korean textproc
MASTER_SITES= ftp://jazz.snu.ac.kr/pub/unix/util/tools/
MAINTAINER= junker@jazz.snu.ac.kr
RUN_DEPENDS= perl5.00401:${PORTSDIR}/lang/perl5
MAN1= sgml2html.1 sgml2latex.1 sgml2rtf.1 sgmls.1 \
sgml2info.1 sgml2lyx.1 sgml2txt.1 sgmlsasp.1
NO_BUILD= yes
do-install:
@cd ${WRKSRC}; \
PREFIX=${PREFIX} ./install.quick
.include <bsd.port.mk>