eae749f809
systems, it would not be negative otherwise. clearsilver-base is destdir ready, mark it so. clearsilver itself is a meta package, mark it so.
16 lines
457 B
Makefile
16 lines
457 B
Makefile
# $NetBSD: Makefile,v 1.13 2009/02/13 15:06:24 joerg Exp $
|
|
|
|
META_PACKAGE= yes
|
|
|
|
.include "Makefile.common"
|
|
|
|
PKGREVISION= 1
|
|
|
|
DEPENDS+=${CLEARSILVER_BASE}{,nb[0-9]*}:../../www/clearsilver-base
|
|
DEPENDS+=${PYPKGPREFIX}-${DISTNAME}{,nb[0-9]*}:../../www/py-clearsilver
|
|
DEPENDS+=${RUBY_PKGPREFIX}-${DISTNAME}{,nb[0-9]*}:../../www/ruby-clearsilver
|
|
|
|
.include "../../lang/python/pyversion.mk"
|
|
.include "../../lang/ruby/rubyversion.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|