From 341d24c6b1de4e883d277d5f879c354aac7e2e56 Mon Sep 17 00:00:00 2001 From: branch-fixup Date: Sun, 15 Feb 2009 03:27:56 +0000 Subject: [PATCH] Add files from parent branch HEAD: security/ruby-tcpwrap/Makefile --- security/ruby-tcpwrap/Makefile | 36 ++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 security/ruby-tcpwrap/Makefile diff --git a/security/ruby-tcpwrap/Makefile b/security/ruby-tcpwrap/Makefile new file mode 100644 index 000000000000..63b5c4bc1dbf --- /dev/null +++ b/security/ruby-tcpwrap/Makefile @@ -0,0 +1,36 @@ +# $NetBSD: Makefile,v 1.15 2008/06/19 14:53:34 taca Exp $ + +DISTNAME= ruby-tcpwrap-0.6 +PKGNAME= ${RUBY_PKGPREFIX}-tcpwrap-0.6 +PKGREVISION= 5 +CATEGORIES= security ruby +MASTER_SITES= http://www.shugo.net/archive/ruby-tcpwrap/ + +MAINTAINER= taca@NetBSD.org +HOMEPAGE= # not available +COMMENT= TCP wrappers library for Ruby + +RUBY_HAS_ARCHLIB= yes +USE_RUBY_EXTCONF= yes +WRKSRC= ${WRKDIR}/ruby-tcpwrap +INSTALL_TARGET= site-install +DOCS_EN= README.en doc/tcpwrap.html.en +DOCS_JA= README.ja doc/tcpwrap.html.ja + +INSTALLATION_DIRS= ${RUBY_DOC}/tcpwrap/ja ${RUBY_EG}/tcpwrap +PKG_DESTDIR_SUPPORT= destdir + +post-install: + ${INSTALL_DATA} ${WRKSRC}/sample/echod.rb \ + ${DESTDIR}${PREFIX}/${RUBY_EG}/tcpwrap +.for f in ${DOCS_EN} + ${INSTALL_DATA} ${WRKSRC}/${f} ${DESTDIR}${PREFIX}/${RUBY_DOC}/tcpwrap +.endfor +.for f in ${DOCS_JA} + ${INSTALL_DATA} ${WRKSRC}/${f} ${DESTDIR}${PREFIX}/${RUBY_DOC}/tcpwrap/ja +.endfor + +.include "../../lang/ruby/modules.mk" +.include "../../security/libident/buildlink3.mk" +.include "../../security/tcp_wrappers/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" -- 2.41.0