Move common definition to Makefile.common and include it. It seems that official changes aren't available.
13 lines
391 B
Text
13 lines
391 B
Text
# $NetBSD: Makefile.common,v 1.1 2001/12/30 17:13:47 taca Exp $
|
|
RACC_DISTFILE= racc-${RACC_VERSION}-all
|
|
RACC_NAME= ${RUBY_PKGNAMEPREFIX}racc
|
|
RACC_VERSION= 1.4.1
|
|
RACC_HOMEPAGE= http://www.loveruby.net/en/racc.html
|
|
RACC_SITES= http://www.loveruby.net/archive/
|
|
|
|
DIST_SUBDIR= ruby
|
|
USE_RUBY= yes
|
|
USE_RUBY_SETUP= yes
|
|
|
|
.include "../../lang/ruby-base/Makefile.common"
|
|
.include "../../mk/bsd.pkg.mk"
|