2000-10-31 21:57:31 +01:00
|
|
|
# New ports collection makefile for: ICMPModule for Ruby
|
|
|
|
# Date created: 1 Nov 2000
|
|
|
|
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= icmp
|
2001-09-23 07:32:06 +02:00
|
|
|
PORTVERSION= 0.2.1
|
2000-10-31 21:57:31 +01:00
|
|
|
CATEGORIES= net ruby
|
2001-02-07 20:26:42 +01:00
|
|
|
MASTER_SITES= http://www.notwork.org/~gotoyuzo/ruby/src/
|
2000-10-31 21:57:31 +01:00
|
|
|
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
|
2000-11-02 20:06:06 +01:00
|
|
|
DIST_SUBDIR= ruby
|
2000-10-31 21:57:31 +01:00
|
|
|
|
2005-11-11 02:18:01 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-18 06:42:05 +01:00
|
|
|
COMMENT= Ruby module for handling ICMP packets
|
2000-10-31 21:57:31 +01:00
|
|
|
|
|
|
|
USE_RUBY= yes
|
|
|
|
USE_RUBY_EXTCONF= yes
|
|
|
|
|
|
|
|
INSTALL_TARGET= site-install
|
|
|
|
|
2001-09-23 07:32:06 +02:00
|
|
|
EXAMPLES= sample/*
|
2000-10-31 21:57:31 +01:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
2002-10-06 23:38:34 +02:00
|
|
|
${MKDIR} ${RUBY_MODEXAMPLESDIR}
|
2000-10-31 21:57:31 +01:00
|
|
|
.for f in ${EXAMPLES}
|
2002-10-06 23:38:34 +02:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODEXAMPLESDIR}/
|
2000-10-31 21:57:31 +01:00
|
|
|
.endfor
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|