1997-06-04 04:43:17 -04:00
|
|
|
# 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>
|
|
|
|
#
|
1997-12-04 19:08:05 -05:00
|
|
|
# $Id: Makefile,v 1.4 1997/09/22 16:22:05 max Exp $
|
1997-06-04 04:43:17 -04:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= linuxdoc-sgml-1.6bh2
|
1997-09-22 12:22:24 -04:00
|
|
|
PKGNAME= ko-linuxdoc-sgml-1.6bh2
|
1997-06-04 19:42:54 -04:00
|
|
|
CATEGORIES= korean textproc
|
1997-06-04 04:43:17 -04:00
|
|
|
MASTER_SITES= ftp://jazz.snu.ac.kr/pub/unix/util/tools/
|
|
|
|
|
|
|
|
MAINTAINER= junker@jazz.snu.ac.kr
|
|
|
|
|
1997-12-04 19:08:05 -05:00
|
|
|
RUN_DEPENDS= perl5:${PORTSDIR}/lang/perl5
|
1997-06-04 04:43:17 -04:00
|
|
|
|
|
|
|
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>
|