mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-09 04:18:55 -04:00
15 lines
370 B
Makefile
15 lines
370 B
Makefile
# $NetBSD: options.mk,v 1.1 2016/08/13 17:34:41 taca Exp $
|
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.gd
|
|
PKG_SUPPORTED_OPTIONS= x11
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
.if !empty(PKG_OPTIONS:Mx11)
|
|
.include "../../x11/libXpm/buildlink3.mk"
|
|
CONFIGURE_ENV+= X11BASE=${X11BASE}
|
|
CONFIGURE_ARGS+= --with-xpm-dir=${BUILDLINK_PREFIX.libXpm}
|
|
.else
|
|
CONFIGURE_ARGS+= --with-xpm-dir=no
|
|
.endif
|