openbsd-ports/textproc/xml2rfc/Makefile
espie 46805c3820 Fix tcl/tk 8.0 and 8.3 dependencies...
tcl/tk 8.2 still needs to be updated to 8.3 to fully clean up that mess.
2000-03-27 18:17:27 +00:00

34 lines
763 B
Makefile

# $OpenBSD: Makefile,v 1.7 2000/03/27 18:17:31 espie Exp $
#
DISTNAME= xml2rfc
CATEGORIES= textproc
NEED_VERSION= 1.230
MASTER_SITES= http://memory.palace.org/authoring/
MAINTAINER= jakob@openbsd.org
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
RUN_DEPENDS= wish8.0::x11/tk/8.0 \
${PREFIX}/lib/tcl8.0/TclXML::textproc/TclXML \
NO_BUILD= Yes
NO_CONFIGURE= Yes
DOCS= README.xml README.txt \
rfc2629-author.xml rfc2629-author.txt \
rfc2629.dtd
do-install:
@${INSTALL_SCRIPT} ${WRKSRC}/xml2rfc.tcl ${PREFIX}/bin/xml2rfc
@${INSTALL_DATA_DIR} ${PREFIX}/share/doc/xml2rfc
.for file in ${DOCS}
@${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/xml2rfc
.endfor
.include <bsd.port.mk>