ea3775c614
Update MASTER_SITE, and set MAINTAINER to me.
21 lines
571 B
Makefile
21 lines
571 B
Makefile
# $NetBSD: Makefile,v 1.3 2001/06/30 15:04:58 taca 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"
|