blob: cbe3c85f2f4aa870ec340d6b815a07a6b3684891 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# $NetBSD: Makefile,v 1.3 2001/06/30 15:04:58 taca Exp $
#
DISTNAME= termios
PKGNAME= ${RUBY_PKGNAMEPREFIX}termios-0.0.4
CATEGORIES= comms
MASTER_SITES= ftp://ftp.ruby-lang.org/pub/ruby/contrib/
MAINTAINER= taca@netbsd.org
HOMEPAGE= http://arika.org/ruby/termios.html
COMMENT= Ruby extention to termios library
DIST_SUBDIR= ruby
USE_RUBY_EXTCONF= yes
post-install:
${INSTALL_DATA_DIR} ${RUBY_EXAMPLESDIR}/termios
${INSTALL_DATA} ${WRKSRC}/test/test[0-3].rb ${RUBY_EXAMPLESDIR}/termios
.include "../../lang/ruby-base/Makefile.common"
.include "../../mk/bsd.pkg.mk"
|