summaryrefslogtreecommitdiff
path: root/comms/ruby-termios/Makefile
blob: 6339309ff579ca6728eceb6cae8a723c3fa74eca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $NetBSD: Makefile,v 1.28 2015/01/16 09:18:47 taca Exp $

DISTNAME=	ruby-termios-0.9.6
PKGNAME=	${RUBY_PKGPREFIX}-${DISTNAME:S/ruby-//}
PKGREVISION=	2
CATEGORIES=	comms

MAINTAINER=	taca@NetBSD.org
HOMEPAGE=	http://arika.org/ruby/termios
COMMENT=	Ruby extension to termios library
LICENSE=	gnu-gpl-v2 OR ruby-license

GEM_CLEANBUILD=	Makefile *.o *.time termios.${RUBY_DLEXT} mkmf.log \
		.RUBYARCHDIR.time
GEM_CLEANBUILD_EXTENSIONS=	termios.rb

.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"