2003-12-19 13:04:20 +01:00
|
|
|
# $NetBSD: Makefile,v 1.7 2003/12/19 12:04:20 sketch Exp $
|
2000-07-08 18:06:45 +02:00
|
|
|
#
|
|
|
|
|
2003-09-11 18:57:51 +02:00
|
|
|
DISTNAME= ruby-termios-0.9.4
|
|
|
|
PKGNAME= ${RUBY_PKGNAMEPREFIX}termios-0.9.4
|
2003-12-19 13:04:20 +01:00
|
|
|
PKGREVISION= 1
|
2000-07-08 18:06:45 +02:00
|
|
|
CATEGORIES= comms
|
2003-09-11 18:57:51 +02:00
|
|
|
MASTER_SITES= http://arika.org/archive/
|
2000-07-08 18:06:45 +02:00
|
|
|
|
2003-07-17 23:21:03 +02:00
|
|
|
MAINTAINER= taca@NetBSD.org
|
2003-09-20 01:08:22 +02:00
|
|
|
HOMEPAGE= http://arika.org/ruby/termios
|
2001-06-30 17:04:58 +02:00
|
|
|
COMMENT= Ruby extention to termios library
|
2000-07-08 18:06:45 +02:00
|
|
|
|
2001-06-30 17:04:58 +02:00
|
|
|
DIST_SUBDIR= ruby
|
|
|
|
USE_RUBY_EXTCONF= yes
|
2003-09-11 18:57:51 +02:00
|
|
|
DOCS= ChangeLog README TODO.ja
|
|
|
|
EXAMPLES= modem_check0.rb modem_check1.rb modem_check2.rb \
|
|
|
|
secret_input1.rb secret_input2.rb
|
2000-07-08 18:06:45 +02:00
|
|
|
|
|
|
|
post-install:
|
2003-09-11 18:57:51 +02:00
|
|
|
${INSTALL_DATA_DIR} ${RUBY_DOCDIR}/termios
|
|
|
|
.for f in ${DOCS}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/$f ${RUBY_DOCDIR}/termios
|
|
|
|
.endfor
|
2001-06-30 17:04:58 +02:00
|
|
|
${INSTALL_DATA_DIR} ${RUBY_EXAMPLESDIR}/termios
|
2003-09-11 18:57:51 +02:00
|
|
|
.for f in ${EXAMPLES}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/examples/$f ${RUBY_EXAMPLESDIR}/termios
|
|
|
|
.endfor
|
2000-07-08 18:06:45 +02:00
|
|
|
|
2001-06-30 17:04:58 +02:00
|
|
|
.include "../../lang/ruby-base/Makefile.common"
|
2000-07-08 18:06:45 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|