1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/textproc/ruby-rexml/Makefile
2003-04-23 14:19:00 +00:00

38 lines
843 B
Makefile

# New ports collection makefile for: REXML
# Date created: 15 October 2001
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#
PORTNAME= rexml
PORTVERSION= 2.4.8
CATEGORIES= textproc ruby
MASTER_SITES= http://www.germane-software.com/software/archives/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
DISTNAME= ${PORTNAME}_${PORTVERSION}
EXTRACT_SUFX= .tgz
DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
COMMENT= A pure Ruby XML processor inspired by the Electric XML for Java
USE_RUBY= yes
NO_BUILD= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
DOCS= README *.html doc
do-install:
cd ${WRKSRC}; ${RUBY} bin/install.rb
.if !defined(NOPORTDOCS)
${MKDIR} ${RUBY_MODDOCDIR}/docs
.for f in ${DOCS}
${CP} -R ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/
.endfor
${INSTALL_DATA} ${WRKSRC}/docs/*.html ${RUBY_MODDOCDIR}/docs/
.endif
.include <bsd.port.mk>