diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2004-06-23 17:49:54 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2004-06-23 17:49:54 +0000 |
commit | 4e7d8dfe6ad192a246666670b921921285721fa1 (patch) | |
tree | 1175101678a1f255decbfcf5b6e498aca4894dc8 /net-im/skype20 | |
parent | 398f1ae91091bda3454c0a616121a540b1a5f1e6 (diff) | |
download | ports-4e7d8dfe6ad192a246666670b921921285721fa1.tar.gz ports-4e7d8dfe6ad192a246666670b921921285721fa1.zip |
Notes
Diffstat (limited to 'net-im/skype20')
-rw-r--r-- | net-im/skype20/Makefile | 9 | ||||
-rw-r--r-- | net-im/skype20/distinfo | 4 | ||||
-rw-r--r-- | net-im/skype20/pkg-plist | 1 |
3 files changed, 9 insertions, 5 deletions
diff --git a/net-im/skype20/Makefile b/net-im/skype20/Makefile index 7cd000602780..26690bf93e57 100644 --- a/net-im/skype20/Makefile +++ b/net-im/skype20/Makefile @@ -6,16 +6,16 @@ # PORTNAME= skype -PORTVERSION= 0.90.0.3 +PORTVERSION= 0.90.0.4 CATEGORIES= net MASTER_SITES= http://download.skype.com/linux/ -DISTNAME= skype_ver-0_90_0_3-staticQT +DISTNAME= skype_ver-0_90_0_4-staticQT MAINTAINER= netchild@FreeBSD.org COMMENT= P2P VoIP software RUN_DEPENDS=${LINUXBASE}/lib/libc-2.3.2.so:${PORTSDIR}/emulators/linux_base-8 \ - ${LINUXBASE}/usr/lib/libfreetype.so.6:${PORTSDIR}/x11-fonts/linux-fontconfig \ + ${LINUXBASE}/usr/lib/libfontconfig.so.1:${PORTSDIR}/x11-fonts/linux-fontconfig \ ${LINUXBASE}/usr/lib/libexpat.so.0:${PORTSDIR}/textproc/linux-expat \ ${LINUXBASE}/usr/X11R6/lib/libXrender.so.1:${PORTSDIR}/x11/linux-XFree86-libs @@ -23,6 +23,8 @@ USE_BZIP2= yes USE_X_PREFIX= yes WANT_GNOME= yes +RESTRICTED= Redistribution not allowed yet. + .include <bsd.port.pre.mk> .if ${HAVE_GNOME:Mgnomehier} != "" @@ -42,5 +44,6 @@ do-install: ${MKDIR} ${DATADIR}/icons ${INSTALL_DATA} ${WRKSRC}/icons/* ${DATADIR}/icons/ ${INSTALL_DATA} ${WRKSRC}/call_in.wav ${DATADIR}/ + ${INSTALL_DATA} ${WRKSRC}/LICENSE ${DATADIR}/ .include <bsd.port.post.mk> diff --git a/net-im/skype20/distinfo b/net-im/skype20/distinfo index 10d187b656f4..d839dfa2c64f 100644 --- a/net-im/skype20/distinfo +++ b/net-im/skype20/distinfo @@ -1,2 +1,2 @@ -MD5 (skype_ver-0_90_0_3-staticQT.tar.bz2) = c3b853ebca6501dfbaa04cc37c620ac4 -SIZE (skype_ver-0_90_0_3-staticQT.tar.bz2) = 5650176 +MD5 (skype_ver-0_90_0_4-staticQT.tar.bz2) = 2343cc3ae7b73325134cc51482dd83d6 +SIZE (skype_ver-0_90_0_4-staticQT.tar.bz2) = 5693856 diff --git a/net-im/skype20/pkg-plist b/net-im/skype20/pkg-plist index 5fba38679332..7bd1e612fdd4 100644 --- a/net-im/skype20/pkg-plist +++ b/net-im/skype20/pkg-plist @@ -5,5 +5,6 @@ bin/skype %%DATADIR%%/icons/skype_48_32.png @dirrm %%DATADIR%%/icons %%DATADIR%%/call_in.wav +%%DATADIR%%/LICENSE @dirrm %%DATADIR%% %%GNOME%%share/gnome/applications/skype.desktop |