diff options
Diffstat (limited to 'korean/linuxdoc-sgml/Makefile')
-rw-r--r-- | korean/linuxdoc-sgml/Makefile | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/korean/linuxdoc-sgml/Makefile b/korean/linuxdoc-sgml/Makefile deleted file mode 100644 index ae1ee034dc40..000000000000 --- a/korean/linuxdoc-sgml/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# New ports collection makefile for: Linuxdoc-SGML 1.6bh2 -# Date created: 2 Apr 1997 -# Whom: Choi Jun Ho <junker@jazz.snu.ac.kr> -# -# $FreeBSD$ -# - -PORTNAME= linuxdoc-sgml -PORTVERSION= 1.6bh2 -CATEGORIES= korean textproc -MASTER_SITES= ftp://ftp.kr.freebsd.org/pub/users/cjh/sgml-tools-ko/old/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Korean patch version of Linuxdoc-SGML - -DEPRECATED= Look like an abandonware, no more public distifles -EXPIRATION_DATE= 2011-08-01 - -USE_PERL5= yes -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> |