summaryrefslogtreecommitdiff
path: root/comms/ruby-termios/Makefile
blob: 0e8b95783accd364dffc07a0318e114a7ed4f407 (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.4 2003/07/17 21:27:00 grant 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"