1997-06-04 10:43:17 +02:00
|
|
|
# New ports collection makefile for: Linuxdoc-SGML 1.6bh2
|
|
|
|
# Date created: 2 Apr 1997
|
|
|
|
# Whom: Choi Jun Ho <junker@jazz.snu.ac.kr>
|
|
|
|
#
|
1999-08-30 14:09:14 +02:00
|
|
|
# $FreeBSD$
|
1997-06-04 10:43:17 +02:00
|
|
|
#
|
|
|
|
|
2000-04-13 11:17:26 +02:00
|
|
|
PORTNAME= linuxdoc-sgml
|
|
|
|
PORTVERSION= 1.6bh2
|
1997-06-05 01:42:54 +02:00
|
|
|
CATEGORIES= korean textproc
|
2000-07-23 07:06:38 +02:00
|
|
|
MASTER_SITES= ftp://ftp.kr.freebsd.org/pub/users/cjh/sgml-tools-ko/old/
|
|
|
|
|
|
|
|
MAINTAINER= cjh@FreeBSD.org
|
1997-06-04 10:43:17 +02:00
|
|
|
|
1999-01-02 01:12:21 +01:00
|
|
|
USE_PERL5= yes
|
1997-06-04 10:43:17 +02: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>
|