freebsd-ports/www/ruby-fcgi/Makefile
Alexander Logvinov 29c6893e43 - Re-assign all my ruby* ports to ruby@
Discussed with:	pgollucci, stas
2010-12-08 23:08:04 +00:00

36 lines
748 B
Makefile

# New ports collection makefile for: Ruby/fcgi
# Date created: 7 December 2002
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#
PORTNAME= fcgi
PORTVERSION= 0.8.8
CATEGORIES= www ruby
MASTER_SITES= RF
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
EXTRACT_SUFX= .tgz
DIST_SUBDIR= ruby
MAINTAINER= ruby@FreeBSD.org
COMMENT= FastCGI library for Ruby
LIB_DEPENDS= fcgi.0:${PORTSDIR}/www/fcgi
USE_RUBY= yes
USE_RUBY_SETUP= yes
CONFIGURE_ARGS= -- --with-fcgi-include=${LOCALBASE}/include \
--with-fcgi-lib=${LOCALBASE}/lib
DOCS= ChangeLog README README.signals
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${RUBY_MODDOCDIR}
.for f in ${DOCS}
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/
.endfor
.endif
.include <bsd.port.mk>