1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/devel/ruby-tzfile/Makefile
2001-07-20 09:27:23 +00:00

38 lines
895 B
Makefile

# New ports collection makefile for: Ruby/TZFile
# Date created: 8 June 2001
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#
PORTNAME= tzfile
PORTVERSION= 0.1
CATEGORIES= devel ruby
MASTER_SITES= http://cvs.m17n.org/cgi-bin/viewcvs/${PORTNAME}/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
DISTNAME= TZFile-${PORTVERSION}${EXTRACT_SUFX}\?tarball=1\&only_with_tag=${PORTNAME}-${PORTVERSION:S/./_/g}\&cvsroot=ruby\&
DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
USE_RUBY= yes
.if !defined(NOPORTDOCS)
USE_RUBY_RD= yes
.endif
WRKSRC= ${WRKDIR}/${PORTNAME}
do-build:
.if !defined(NOPORTDOCS)
cd ${WRKSRC} && ${RUBY_RD} tzfile.rb > tzfile.html
.endif
do-install:
${INSTALL_DATA} ${WRKSRC}/tzfile.rb ${RUBY_SITELIBDIR}/
.if !defined(NOPORTDOCS)
${MKDIR} ${RUBY_DOCDIR}/${PORTNAME}
${INSTALL_DATA} ${WRKSRC}/tzfile.html ${RUBY_DOCDIR}/${PORTNAME}/
.endif
.include <bsd.port.mk>