pkgsrc/www/clearsilver/Makefile
joerg eae749f809 Cast ne_crc to int32_t as expected by the regression tests. On LP64
systems, it would not be negative otherwise.
clearsilver-base is destdir ready, mark it so. clearsilver itself is
a meta package, mark it so.
2009-02-13 15:06:24 +00:00

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"