1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/net/ruby-icmp/Makefile

35 lines
706 B
Makefile
Raw Normal View History

# 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 05:32:06 +00:00
PORTVERSION= 0.2.1
CATEGORIES= net ruby
MASTER_SITES= http://mirror2.unixfreunde.de/ \
http://freebsd.unixfreunde.de/sources/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
2000-11-02 19:06:06 +00:00
DIST_SUBDIR= ruby
MAINTAINER= ports@FreeBSD.org
2003-02-18 05:42:05 +00:00
COMMENT= Ruby module for handling ICMP packets
USE_RUBY= yes
USE_RUBY_EXTCONF= yes
INSTALL_TARGET= site-install
2001-09-23 05:32:06 +00:00
EXAMPLES= sample/*
post-install:
.if !defined(NOPORTDOCS)
2002-10-06 21:38:34 +00:00
${MKDIR} ${RUBY_MODEXAMPLESDIR}
.for f in ${EXAMPLES}
2002-10-06 21:38:34 +00:00
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODEXAMPLESDIR}/
.endfor
.endif
.include <bsd.port.mk>