openbsd-ports/net/ruby-pcap/Makefile
2002-02-28 19:30:14 +00:00

38 lines
810 B
Makefile

# $OpenBSD: Makefile,v 1.3 2002/02/28 19:30:14 couderc Exp $
COMMENT= "Ruby extension library for GTK Toolkit"
VERSION= 0.6
DISTNAME= ruby-pcap-${VERSION}
CATEGORIES= net
NEED_VERSION= 1.504
HOMEPAGE= http://www.goto.info.waseda.ac.jp/~fukusima/ruby/pcap-e.html
MAINTAINER= Damien COUDERC <couderc@openbsd.org>
# GPL license
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
SUBST_VARS= OPSYS_VER
MASTER_SITES= http://www.goto.info.waseda.ac.jp/~fukusima/ruby/
RUN_DEPENDS= ruby.1.66::lang/ruby
LIB_DEPENDS= ruby.1.66::lang/ruby
NO_REGRESS= Yes
CONFIGURE_STYLE= simple
CONFIGURE_SCRIPT= ${LOCALBASE}/bin/ruby extconf.rb
WRKDIST= ${WRKDIR}/pcap
post-install:
cp -R ${WRKSRC}/doc ${PREFIX}/share/doc/ruby-pcap
.include <bsd.port.mk>