summaryrefslogtreecommitdiff
path: root/net/skype-devel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/skype-devel/Makefile')
-rw-r--r--net/skype-devel/Makefile24
1 files changed, 11 insertions, 13 deletions
diff --git a/net/skype-devel/Makefile b/net/skype-devel/Makefile
index f16c85dfce30..fab7a429d949 100644
--- a/net/skype-devel/Makefile
+++ b/net/skype-devel/Makefile
@@ -6,18 +6,17 @@
#
PORTNAME= skype
-PORTVERSION= 1.4.0.99
+PORTVERSION= 1.4.0.118
CATEGORIES= net
MASTER_SITES= http://download.skype.com/linux/
PKGNAMESUFFIX= -devel
-DISTNAME= skype_static-${DISTVERSION}
+DISTNAME= skype_static-${DISTVERSION}-oss
MAINTAINER= beech@FreeBSD.org
COMMENT= P2P VoIP software
RUN_DEPENDS= ${LINUXBASE}/usr/lib/libfontconfig.so.1:${PORTSDIR}/x11-fonts/linux-fontconfig \
${LINUXBASE}/usr/lib/libexpat.so.0:${PORTSDIR}/textproc/linux-expat \
- ${LINUXBASE}/lib/libasound.so.2:${PORTSDIR}/audio/linux-alsa-lib \
${LINUXBASE}/usr/lib/libsigc-2.0.so.0:${PORTSDIR}/devel/linux-libsigc++20
.ifdef WITH_NVIDIA_GL
@@ -26,24 +25,23 @@ RUN_DEPENDS+= ${LINUXBASE}/usr/lib/libGL.so.1:${PORTSDIR}/x11/nvidia-driver
USE_GL= linux
.endif
-BROKEN= alsa sound not working
USE_BZIP2= yes
USE_LINUX= yes
-ONLY_FOR_ARCHS= i386 amd64
-RESTRICTED= Redistribution not allowed
+RESTRICTED= Redistribution prohibited.
-WRKSRC= ${WRKDIR}/${PORTNAME}_static-${DISTVERSION}
+WRKSRC= ${WRKDIR}/${PORTNAME}_static-${DISTVERSION}-oss
DATADIR= ${PREFIX}/share/${PKGBASE}
do-build:
- ${BRANDELF} -t Linux ${WRKSRC}/skype
+ @${BRANDELF} -t Linux ${WRKSRC}/skype
do-install:
- @${INSTALL} ${WRKSRC}/skype ${PREFIX}/bin/skype-devel_bin
- @${ECHO_CMD} -e "#!/bin/sh\n\nSKYPE_RESOURCES_PATH='${DATADIR}' skype-devel_bin \"\$$@\" 2>&1 | ${GREP} -v 'SOUND_MIXER_WRITE_IGAIN failed'" >${PREFIX}/bin/skype-devel
- @${CHMOD} a+rx ${PREFIX}/bin/skype-devel
- @cd ${WRKSRC}/&&${COPYTREE_SHARE} "icons sounds LICENSE README" ${DATADIR}/
- @${ECHO} "There are known problems with some soundcards in 5.x. This is due to a bug in the kernel. It is fixed in 6.x. Additionally there is some further work in the sound subsystem going on which fixes some related problems. This work will not be available in 6.0-RELEASE. If you experience problems update to the most recent 6.x-RELEASE, if this does not fix your problems ask on multimedia@FreeBSD.org." | fmt
+ @${INSTALL} -d ${PREFIX}/share/applications
+ @${INSTALL} ${WRKSRC}/skype.desktop ${PREFIX}/share/applications/
+ @${INSTALL_PROGRAM} ${WRKSRC}/skype ${PREFIX}/bin/skype_devel
+ @${CHMOD} a+rx ${PREFIX}/bin/skype_devel
+ @cd ${WRKSRC}/&&${COPYTREE_SHARE} "icons sounds lang LICENSE README" ${DATADIR}/
+ @${ECHO} "There are known problems with some soundcards in 5.x. This is due to a bug in the kernel. If you experience problems update to the most recent FreeBSD RELEASE, if this does not fix your problems, ask on multimedia@FreeBSD.org." | fmt
.include <bsd.port.mk>