aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-zoom/Makefile
blob: ff7e8b4c3e9383f9c52d4983956c731b1e0fea72 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# New ports collection makefile for:    Ruby-zoom
# Date created:     16 September 2005
# Whom:         Mitsuru YOSHIDA <mitsuru@riken.jp>
#
# $FreeBSD$
#

PORTNAME=   zoom
PORTVERSION=    0.4.1
CATEGORIES= devel rubygems
MASTER_SITES=   RF
MASTER_SITE_SUBDIR= ruby-${PORTNAME}

MAINTAINER= mitsuru@riken.jp
COMMENT=    A Ruby binding to the Z39.50 Object-Orientation Model (ZOOM)

LIB_DEPENDS=    yaz.3:${PORTSDIR}/net/yaz

USE_RUBY=   yes
USE_RUBYGEMS=   yes
RUBYGEM_AUTOPLIST=  yes

CONFIGURE_ARGS+=    --with-opt-dir="${LOCALBASE}"

.include <bsd.port.mk>