without affecting packages that are currently using it. Packages which previously didn't set BUILDLINK_DEPMETHOD to neither "full" nor "build" now set it to "full", but should be checked whether they really need it (comment added). Packages which previously set it to "build" now don't set it anymore. Ok by jlam, wiz.
23 lines
770 B
Makefile
23 lines
770 B
Makefile
# $NetBSD: Makefile,v 1.2 2006/01/05 10:08:59 ghen Exp $
|
|
#
|
|
|
|
DISTNAME= veusz-0.8
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://download.gna.org/veusz/
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://home.gna.org/veusz/
|
|
COMMENT= Scientific plotting package
|
|
|
|
PYDISTUTILSPKG= yes
|
|
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../x11/py-qt3-base/buildlink3.mk"
|
|
.include "../../x11/py-qt3-modules/buildlink3.mk"
|
|
# XXX Please verify whether qt3-tools is really needed at run-time.
|
|
# If it is, then remove this comment. If it is not, then remove
|
|
# this comment and the line below, and bump PKGREVISION.
|
|
BUILDLINK_DEPMETHOD.qt3-tools= full
|
|
.include "../../math/py-numarray/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|