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.
21 lines
724 B
Makefile
Executable file
21 lines
724 B
Makefile
Executable file
# $NetBSD: Makefile,v 1.4 2006/01/05 10:11:25 ghen Exp $
|
|
|
|
DISTNAME= djvulibre-3.5.14
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=djvu/}
|
|
|
|
MAINTAINER= oht@users.sourceforge.net
|
|
HOMEPAGE= http://djvulibre.djvuzone.org/
|
|
COMMENT= Format and software platform for distributing documents and images
|
|
|
|
CONFIGURE_ARGS+= --enable-djview
|
|
|
|
GNU_CONFIGURE= YES
|
|
|
|
.include "../../x11/qt3-tools/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 "../../graphics/tiff/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|