18 lines
512 B
Makefile
18 lines
512 B
Makefile
# $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"
|