released. Added NLS PKG_OPTION and PKG_BUILD_OPTION. Updated patch. Extra include in PLIST. Regenerated distinfo. Package ChangeLog: http://pxlib.cvs.sourceforge.net/viewvc/pxlib/pxlib/ChangeLog?revision=1.79
16 lines
364 B
Makefile
16 lines
364 B
Makefile
# $NetBSD: options.mk,v 1.1 2013/03/03 17:27:54 othyro Exp $
|
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.pxlib
|
|
PKG_SUPPORTED_OPTIONS= nls
|
|
PKG_SUGGESTED_OPTIONS+= nls
|
|
PLIST_VARS+= nls
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
.if !empty(PKG_OPTIONS:Mnls)
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
USE_TOOLS+= gmake
|
|
PLIST.nls= yes
|
|
.else
|
|
CONFIGURE_ARGS+= --disable-nls
|
|
.endif
|