freebsd-ports/databases/ruby-cdb/Makefile
Sean Chittenden 32be164d05 Update ruby-cdb to 0.5a and kill off patch now incorporated in upstream
repo.  Also fix on amd64 by compiling subport, cdb, with -fPIC.  Given
this is required for other amd64 ports that could potentially link against
cdb, fix this in databases/cdb instead of just ruby-cdb.
2006-02-21 07:29:43 +00:00

42 lines
987 B
Makefile

# New ports collection makefile for: Ruby-cdb
# Date created: 8 March 2001
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#
PORTNAME= cdb
PORTVERSION= 0.5a
CATEGORIES= databases ruby
MASTER_SITES= http://www.fan.gr.jp/~kaz/ruby/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
DISTNAME= ruby-${PORTNAME}-${PORTVERSION}
DIST_SUBDIR= ruby
MAINTAINER= ports@FreeBSD.org
COMMENT= Ruby interface to D. J. Bernstein's cdb (constant database) library
BUILD_DEPENDS= ${NONEXISTENT}:${CDB_PORTDIR}:build
USE_RUBY= yes
USE_RUBY_EXTCONF= yes
CDB_PORTDIR= ${PORTSDIR}/databases/cdb
INSTALL_TARGET= site-install
.include <bsd.port.pre.mk>
post-extract:
${RM} -f ${WRKSRC}/cdb
${LN} -s `cd ${CDB_PORTDIR}; ${MAKE} -V WRKSRC` ${WRKSRC}/cdb
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${RUBY_MODEXAMPLESDIR}/
${CP} -R ${WRKSRC}/sample/* ${RUBY_MODEXAMPLESDIR}/
${MKDIR} ${RUBY_MODDOCDIR}
${INSTALL_DATA} ${WRKSRC}/README ${RUBY_MODDOCDIR}/
.endif
.include <bsd.port.post.mk>