# New ports collection makefile for: RubyObjectTeams # Date created: 9 November 2002 # Whom: Akinori MUSHA aka knu # # $FreeBSD$ # PORTNAME= robjectteam PORTVERSION= 0.9 CATEGORIES= devel ruby MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} EXTRACT_SUFX= .tgz DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org COMMENT= Enables the ObjectTeams paradigm to the Ruby language USE_RUBY= yes NO_BUILD= yes DOCS= README Version do-install: cd ${WRKSRC}; ${RUBY} install.rb .if !defined(NOPORTDOCS) ${MKDIR} ${RUBY_MODDOCDIR} .for f in ${DOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ .endfor ${MKDIR} ${RUBY_MODEXAMPLESDIR} ${CP} -R ${WRKSRC}/sample/* ${RUBY_MODEXAMPLESDIR}/ .endif .include