pkgsrc/net/kdenetwork3/Makefile

35 lines
897 B
Makefile

# $NetBSD: Makefile,v 1.33 2004/04/21 22:30:11 markd Exp $
DISTNAME= kdenetwork-${_KDE_VERSION}
CATEGORIES= net
COMMENT= Network modules for the KDE integrated X11 desktop
CONFLICTS= kopete-[0-9]*
.include "../../meta-pkgs/kde3/Makefile.kde3"
USE_BUILDLINK3= yes
USE_DIRS+= xdg-1.1
PTHREAD_OPTS+= require
REPLACE_PERL= ksirc/dsirc
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "SunOS"
CONFIGURE_ENV+= ac_cv_sys_file_offset_bits=no
.endif
.if !exists(${X11BASE}/lib/libXss.so)
CONFIGURE_ENV+= ac_cv_lib_Xss_XScreenSaverQueryInfo="no"
.endif
.include "../../meta-pkgs/kde3/kde3.mk"
.include "../../converters/uulib/buildlink3.mk"
.include "../../databases/gdbm/buildlink3.mk"
.include "../../net/openslp/buildlink3.mk"
.include "../../x11/kdebase3/buildlink3.mk"
.include "../../x11/kdelibs3/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"