summaryrefslogtreecommitdiff
path: root/net/ruby-icmp/Makefile
blob: 61471232d2be42cdf4bfdb3b43d26f972b994e58 (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
# $NetBSD: Makefile,v 1.12 2012/10/23 17:19:06 asau Exp $

DISTNAME=	icmp-0.2.2
PKGREVISION=	3
CATEGORIES=	net ruby
MASTER_SITES=	http://www.notwork.org/~gotoyuzo/ruby/src/

MAINTAINER=	taca@NetBSD.org
HOMEPAGE=	# not available
COMMENT=	Ruby module for handling ICMP packets
LICENSE=	2-clause-bsd

USE_RUBY_SETUP=		yes
USE_RUBY_SETUP_PKG=	yes
NO_BUILD=		yes
REPLACE_RUBY=		sample/ping.rb sample/traceroute.rb
EXAMPLES=		sample/ping.rb sample/traceroute.rb
INSTALLATION_DIRS=	${RUBY_EG}/icmp ${RUBY_VENDORLIB}

post-install:
.for f in ${EXAMPLES}
	${INSTALL_DATA} ${WRKSRC}/${f} ${DESTDIR}${PREFIX}/${RUBY_EG}/icmp
.endfor

.include "../../lang/ruby/modules.mk"
.include "../../mk/bsd.pkg.mk"