summaryrefslogtreecommitdiff
path: root/comms/ruby-termios/Makefile
blob: 8538fcafa26e6efd08569e98a6e0707cc02981e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# $NetBSD: Makefile,v 1.21 2008/06/22 02:34:26 taca Exp $

DISTNAME=	ruby-termios-0.9.5
PKGNAME=	${RUBY_PKGPREFIX}-${GEM_NAME}
PKGREVISION=	2
CATEGORIES=	comms
MASTER_SITES=	http://arika.org/archive/
DISTFILES=	${DISTNAME}.tar.gz

MAINTAINER=	taca@NetBSD.org
HOMEPAGE=	http://arika.org/ruby/termios
COMMENT=	Ruby extension to termios library

GEM_NAME=	${DISTNAME:S/ruby-//}
GEM_BUILD=	gemspec
GEM_CLEANBUILD=	Makefile *.o termios.${RUBY_DLEXT} mkmf.log

post-extract:
	cp ${FILESDIR}/gemspec ${GEM_SPECFILE}

.include "../../misc/rubygems/rubygem.mk"
.include "../../mk/bsd.pkg.mk"