From ae243736de260f7312d6a34d428dd4cd4084dd96 Mon Sep 17 00:00:00 2001 From: Akinori MUSHA Date: Tue, 11 Jun 2002 13:37:01 +0000 Subject: Add devel/ruby-fam version 0.1.0, FAM bindings for Ruby. --- devel/ruby-fam/Makefile | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 devel/ruby-fam/Makefile (limited to 'devel/ruby-fam/Makefile') diff --git a/devel/ruby-fam/Makefile b/devel/ruby-fam/Makefile new file mode 100644 index 000000000000..91c105fe275a --- /dev/null +++ b/devel/ruby-fam/Makefile @@ -0,0 +1,37 @@ +# New ports collection makefile for: FAM-Ruby +# Date created: 11 June 2002 +# Whom: Akinori MUSHA aka knu +# +# $FreeBSD$ +# + +PORTNAME= fam +PORTVERSION= 0.1.0 +CATEGORIES= devel ruby +MASTER_SITES= http://www.pablotron.org/download/ +PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} +DISTNAME= ${PORTNAME}-ruby-${PORTVERSION} +DIST_SUBDIR= ruby + +MAINTAINER= knu@FreeBSD.org + +LIB_DEPENDS= fam.0:${PORTSDIR}/devel/fam + +USE_RUBY= yes +USE_RUBY_EXTCONF= yes + +INSTALL_TARGET= site-install + +DOCS= COPYING ChangeLog README doc + +post-install: +.if !defined(NOPORTDOCS) + ${MKDIR} ${RUBY_EXAMPLESDIR}/${PORTNAME} + ${CP} -R ${WRKSRC}/examples/* ${RUBY_EXAMPLESDIR}/${PORTNAME}/ + ${MKDIR} ${RUBY_DOCDIR}/${PORTNAME} +.for f in ${DOCS} + ${CP} -R ${WRKSRC}/${f} ${RUBY_DOCDIR}/${PORTNAME}/ +.endfor +.endif + +.include -- cgit v1.2.3