diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2004-07-24 10:19:35 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2004-07-24 10:19:35 +0000 |
commit | b365c2722894d4784646bf0b9b548f17feef186f (patch) | |
tree | 60aa64d544a6a15e75b7aa9243a8fac3f09f355a /net-im/skype20/Makefile | |
parent | 61782ca833c91c6a724f62cf655965ea7b0ef8d7 (diff) | |
download | ports-b365c2722894d4784646bf0b9b548f17feef186f.tar.gz ports-b365c2722894d4784646bf0b9b548f17feef186f.zip |
Notes
Diffstat (limited to 'net-im/skype20/Makefile')
-rw-r--r-- | net-im/skype20/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net-im/skype20/Makefile b/net-im/skype20/Makefile index 26690bf93e57..c84bb62fe4a3 100644 --- a/net-im/skype20/Makefile +++ b/net-im/skype20/Makefile @@ -6,10 +6,10 @@ # PORTNAME= skype -PORTVERSION= 0.90.0.4 +PORTVERSION= 0.90.0.14 CATEGORIES= net MASTER_SITES= http://download.skype.com/linux/ -DISTNAME= skype_ver-0_90_0_4-staticQT +DISTNAME= skype_ver-${PORTVERSION:C/\./_/g}-staticQT MAINTAINER= netchild@FreeBSD.org COMMENT= P2P VoIP software @@ -22,6 +22,7 @@ RUN_DEPENDS=${LINUXBASE}/lib/libc-2.3.2.so:${PORTSDIR}/emulators/linux_base-8 \ USE_BZIP2= yes USE_X_PREFIX= yes WANT_GNOME= yes +ONLY_FOR_ARCHS= i386 RESTRICTED= Redistribution not allowed yet. @@ -40,6 +41,7 @@ do-install: ${INSTALL} ${WRKSRC}/skype ${PREFIX}/bin/ .if ${HAVE_GNOME:Mgnomehier} != "" ${INSTALL_DATA} ${WRKSRC}/skype.desktop ${PREFIX}/share/gnome/applications/ + ${INSTALL_DATA} ${WRKSRC}/icons/skype_48_32.png ${PREFIX}/share/gnome/pixmaps/skype.png .endif ${MKDIR} ${DATADIR}/icons ${INSTALL_DATA} ${WRKSRC}/icons/* ${DATADIR}/icons/ |