aboutsummaryrefslogtreecommitdiffstats
path: root/databases/ruby-gdbm/Makefile
blob: b4cee77a27c07ef89bed6f1b6113b62ca979c181 (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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# New ports collection makefile for:    ruby-gdbm
# Date created:     24 Aug 2000
# Whom:         Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#

PORTNAME=   gdbm
PORTVERSION=    ${RUBY_PORTVERSION}
CATEGORIES= databases ruby
MASTER_SITES=   # none
PKGNAMEPREFIX=  ${RUBY_PKGNAMEPREFIX}
DISTFILES=  # none

MAINTAINER= knu@FreeBSD.org
COMMENT=    A Ruby extension to GDBM library

BUILD_DEPENDS=  ${NONEXISTENT}:${PORTSDIR}/${RUBY_PORT}:patch
LIB_DEPENDS=    gdbm.3:${PORTSDIR}/databases/gdbm

USE_RUBY=   yes
USE_RUBY_EXTCONF=   yes

WRKSRC=     ${WRKDIR}/${PORTNAME}

.include <bsd.port.pre.mk>

.if ${RUBY_VER} >= 1.7
MAKE_ARGS=  sitelibdir='$$(rubylibdir)'
.endif

do-extract:
    ${MKDIR} ${WRKDIR}
    ${LN} -sf `cd ${PORTSDIR}/${RUBY_PORT}; ${MAKE} -V WRKDIR`/${PORTNAME} ${WRKDIR}/

post-install:
    @${CAT} ${PKGMESSAGE}

.include <bsd.port.post.mk>