1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/korean/linuxdoc-sgml/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

26 lines
650 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.5 1997/12/05 00:08:05 asami Exp $
#
DISTNAME= linuxdoc-sgml-1.6bh2
PKGNAME= ko-linuxdoc-sgml-1.6bh2
CATEGORIES= korean textproc
MASTER_SITES= ftp://jazz.snu.ac.kr/pub/unix/util/tools/
MAINTAINER= junker@jazz.snu.ac.kr
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>