17 lines
497 B
Makefile
17 lines
497 B
Makefile
# $NetBSD: options.mk,v 1.8 2007/01/10 10:00:47 abs Exp $
|
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.ImageMagick
|
|
PKG_SUPPORTED_OPTIONS= x11
|
|
PKG_SUGGESTED_OPTIONS= x11
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
.if !empty(PKG_OPTIONS:Mx11)
|
|
BUILDLINK_API_DEPENDS.jasper+= jasper>=1.701.0
|
|
DEPENDS+= mpeg2codec>=1.2:../../graphics/mpeg2codec
|
|
.include "../../graphics/jasper/buildlink3.mk"
|
|
.include "../../graphics/libwmf/buildlink3.mk"
|
|
.include "../../x11/libX11/buildlink3.mk"
|
|
.else
|
|
CONFIGURE_ARGS+= --without-x
|
|
.endif
|