diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-08-21 11:20:23 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-08-21 11:20:23 +0000 |
commit | fca1616af1aa54834336634685a602023c68caae (patch) | |
tree | 4af559ec677d6ee802bb1441eef14a009a0509b2 /net/kdenetwork3 | |
parent | c845156e7dafd36dd57e0f2aee8acfe86352fd9c (diff) | |
download | ports-fca1616af1aa54834336634685a602023c68caae.tar.gz ports-fca1616af1aa54834336634685a602023c68caae.zip |
Notes
Diffstat (limited to 'net/kdenetwork3')
-rw-r--r-- | net/kdenetwork3/Makefile | 1 | ||||
-rw-r--r-- | net/kdenetwork3/pkg-plist | 11 |
2 files changed, 12 insertions, 0 deletions
diff --git a/net/kdenetwork3/Makefile b/net/kdenetwork3/Makefile index 7a65c883bba4..53c24150713a 100644 --- a/net/kdenetwork3/Makefile +++ b/net/kdenetwork3/Makefile @@ -24,5 +24,6 @@ USE_GMAKE= yes pre-configure: ${PERL} -pi -e "s:-lpthread:${PTHREAD_LIBS}:g" ${WRKSRC}/knode/Makefile.in ${PERL} -pi -e "s@all_includes=\"@all_includes=\"-I/usr/include @g" ${WRKSRC}/acinclude.m4 ${WRKSRC}/aclocal.m4 + ${PERL} -pi -e "s@^AC_CHECK_UTMP_FILE@# AC_CHECK_UTMP_FILE@g" ${WRKSRC}/configure.in .include <bsd.port.mk> diff --git a/net/kdenetwork3/pkg-plist b/net/kdenetwork3/pkg-plist index fd97051f407d..531f5ea826cf 100644 --- a/net/kdenetwork3/pkg-plist +++ b/net/kdenetwork3/pkg-plist @@ -6,11 +6,15 @@ bin/kmailcvt bin/knewstickerstub bin/knode bin/korn +bin/kotalkd bin/kppp bin/kppplogview bin/ksirc bin/ksticker +bin/ktalkd +bin/ktalkdlg bin/lisa +bin/mail.local bin/reslisa include/kmailIface.h include/mimelib/binhex.h @@ -44,6 +48,8 @@ include/mimelib/text.h include/mimelib/token.h include/mimelib/utility.h include/mimelib/uuencode.h +lib/kde2/libkcm_ktalkd.la +lib/kde2/libkcm_ktalkd.so lib/kio_lan.la lib/kio_lan.so lib/ksirc.la @@ -73,6 +79,7 @@ share/applnk/Internet/Kppp.desktop share/applnk/Internet/kit.desktop share/applnk/Internet/kppplogview.desktop share/applnk/Internet/ksirc.desktop +share/applnk/Settings/Network/kcmktalkd.desktop share/applnk/Settings/Network/kcmnewsticker.desktop share/applnk/Settings/Network/lanbrowser.desktop share/applnk/Settings/Personalization/kcmnewsticker.desktop @@ -699,6 +706,7 @@ share/icons/hicolor/16x16/apps/knode.png share/icons/hicolor/16x16/apps/korn.png share/icons/hicolor/16x16/apps/kppp.png share/icons/hicolor/16x16/apps/ksirc.png +share/icons/hicolor/16x16/apps/ktalkd.png share/icons/hicolor/32x32/apps/kdict.png share/icons/hicolor/32x32/apps/kit.png share/icons/hicolor/32x32/apps/kmail.png @@ -708,6 +716,7 @@ share/icons/hicolor/32x32/apps/knode.png share/icons/hicolor/32x32/apps/korn.png share/icons/hicolor/32x32/apps/kppp.png share/icons/hicolor/32x32/apps/ksirc.png +share/icons/hicolor/32x32/apps/ktalkd.png share/icons/hicolor/48x48/apps/kdict.png share/icons/hicolor/48x48/apps/kit.png share/icons/hicolor/48x48/apps/kmail.png @@ -717,10 +726,12 @@ share/icons/hicolor/48x48/apps/knode.png share/icons/hicolor/48x48/apps/korn.png share/icons/hicolor/48x48/apps/kppp.png share/icons/hicolor/48x48/apps/ksirc.png +share/icons/hicolor/48x48/apps/ktalkd.png share/services/knewsservice.protocol share/services/kntsrcfilepropsdlg.desktop share/services/lan.protocol share/services/rlan.protocol +share/sounds/ktalkd.wav @dirrm share/icons/hicolor/48x48/apps @dirrm share/icons/hicolor/32x32/apps @dirrm share/icons/hicolor/16x16/apps |