openbsd-ports/textproc/xml2rfc/Makefile

33 lines
746 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.10 2000/06/16 23:06:15 espie Exp $
1999-07-20 15:46:28 -04:00
#
DISTNAME= xml2rfc
CATEGORIES= textproc
NEED_VERSION= 1.230
1999-07-20 15:46:28 -04:00
MASTER_SITES= http://memory.palace.org/authoring/
MAINTAINER= jakob@openbsd.org
2000-03-05 13:30:21 -05:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2000-02-12 03:41:07 -05:00
2000-03-28 11:08:26 -05:00
RUN_DEPENDS= wish8.3::x11/tk/8.3 \
${PREFIX}/lib/tcl8.3/TclXML::textproc/TclXML \
1999-07-20 15:46:28 -04:00
2000-03-05 13:30:21 -05:00
NO_BUILD= Yes
1999-07-20 15:46:28 -04:00
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>