pkgsrc/x11/kdebase-workspace4/options.mk
markd eaec24cc0a Import KDE4.3.1 from wip
OKed during freeze by wiz and agc
2009-10-02 19:37:19 +00:00

41 lines
1 KiB
Makefile

# $NetBSD: options.mk,v 1.1.1.1 2009/10/02 19:37:22 markd Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.kdebase-workspace
PKG_SUPPORTED_OPTIONS= inet6 xmms
#PKG_SUPPORTED_OPTIONS= inet6 sasl samba debug pam
#PKG_SUGGESTED_OPTIONS= sasl
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mxmms)
.include "../../audio/xmms/buildlink3.mk"
.else
CMAKE_ARGS+= -DWITH_Xmms:BOOL=OFF
.endif
#.if !empty(PKG_OPTIONS:Msamba)
#.include "../../net/samba/buildlink3.mk"
#LIBS+= -L${BUILDLINK_PREFIX.samba}/lib/samba ${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.samba}/lib/samba
#PLIST_SUBST+= HAVE_SMB=""
#.else
#PLIST_SUBST+= HAVE_SMB="@comment "
#.endif
#.if !empty(PKG_OPTIONS:Mdebug)
#CC+= -ggdb
#CXX+= -ggdb
#CONFIGURE_ARGS+= --enable-debug=full
#CONFIGURE_ENV+= INSTALL_STRIP_FLAG=
#INSTALL_UNSTRIPPED= yes
#.endif
#.if !empty(PKG_OPTIONS:Mpam)
#. include "../../mk/pam.buildlink3.mk"
#CONFIGURE_ARGS+= --with-pam
#.else
#CONFIGURE_ARGS+= --without-pam
#.endif
#.if !empty(PKG_OPTIONS:Msasl)
#.include "../../security/cyrus-sasl/buildlink3.mk"
#.endif