33 lines
795 B
Makefile
33 lines
795 B
Makefile
# $NetBSD: Makefile,v 1.20 2003/08/05 13:39:59 drochner Exp $
|
|
|
|
DISTNAME= kdenetwork-3.1.3
|
|
PKGREVISION= 1
|
|
CATEGORIES= net
|
|
COMMENT= Network modules for the KDE integrated X11 desktop
|
|
|
|
.include "../../meta-pkgs/kde3/Makefile.kde3"
|
|
|
|
USE_BUILDLINK2= yes
|
|
PTHREAD_OPTS+= require
|
|
|
|
FOO_MAIN_FILES= \
|
|
ksirc/ksirc_main.cpp \
|
|
kxmlrpc/kxmlrpcd_main.cpp
|
|
|
|
REPLACE_PERL= ksirc/dsirc
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
.if ${OPSYS} == "SunOS"
|
|
CONFIGURE_ENV+= ac_cv_sys_file_offset_bits=no
|
|
.endif
|
|
|
|
.include "../../meta-pkgs/kde3/Makefile.foo_main"
|
|
|
|
.include "../../converters/uulib/buildlink2.mk"
|
|
.include "../../databases/gdbm/buildlink2.mk"
|
|
.include "../../meta-pkgs/kde3/buildlink2.mk"
|
|
.include "../../x11/kdebase3/buildlink2.mk"
|
|
.include "../../mk/pthread.buildlink2.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|