summaryrefslogtreecommitdiff
path: root/security/ruby-tcpwrap/Makefile
blob: bdd006342cd48c3eda81a920b0f37767e4e74111 (plain)
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
40
41
42
43
44
45
46
# $NetBSD: Makefile,v 1.2 2003/03/29 12:42:24 jmmv Exp $
# FreeBSD: ports/security/ruby-tcpwrap/Makefile,v 1.6 2000/09/26 08:02:10 knu Exp

DISTNAME=	ruby-tcpwrap-0.3
PKGNAME=	${RUBY_PKGNAMEPREFIX}tcpwrap-0.3
WRKSRC=		${WRKDIR}/ruby-tcpwrap
CATEGORIES=	security
MASTER_SITES=	http://www.shugo.net/archive/ruby-tcpwrap/

MAINTAINER=	taca@netbsd.org
HOMEPAGE=	# not available
COMMENT=	TCP wrappers library for Ruby

.include "../../mk/bsd.prefs.mk"

DEPENDS+=	libident>=0.22:../../security/libident
.if ${OPSYS} != "NetBSD"
DEPENDS+=	tcp_wrappers>=7.6:../../security/tcp_wrapper
.endif

DIST_SUBDIR=	ruby
USE_RUBY_EXTCONF= yes

.if ${OPSYS} == "NetBSD"
CONFIGURE_ARGS+= --with-libwrap-dir="/usr"
.else
CONFIGURE_ARGS+= --with-libwrap-dir="${LOCALBASE}"
.endif
INSTALL_TARGET=	site-install

DOCS_EN=	README.en doc/tcpwrap.html.en
DOCS_JA=	README.ja doc/tcpwrap.html.ja

post-install:
	${INSTALL_DATA_DIR} ${RUBY_EXAMPLESDIR}/tcpwrap
	${INSTALL_DATA} ${WRKSRC}/sample/echod.rb ${RUBY_EXAMPLESDIR}/tcpwrap
	${INSTALL_DATA_DIR} ${RUBY_DOCDIR}/tcpwrap/ja
.for f in ${DOCS_EN}
	${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/tcpwrap
.endfor
.for f in ${DOCS_JA}
	${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/tcpwrap/ja
.endfor

.include "../../lang/ruby-base/Makefile.common"
.include "../../mk/bsd.pkg.mk"