diff options
author | beech <beech@FreeBSD.org> | 2007-07-20 02:22:18 +0800 |
---|---|---|
committer | beech <beech@FreeBSD.org> | 2007-07-20 02:22:18 +0800 |
commit | e9c4d13c415947392e959f19fb35cf6c18d73ae8 (patch) | |
tree | 65656f712fb428ecb4630d175aaa7e990ed6e3c6 /net | |
parent | ba33de2e40dbe7364bdfc96e341590d2a9208903 (diff) | |
download | freebsd-ports-gnome-e9c4d13c415947392e959f19fb35cf6c18d73ae8.tar.gz freebsd-ports-gnome-e9c4d13c415947392e959f19fb35cf6c18d73ae8.tar.zst freebsd-ports-gnome-e9c4d13c415947392e959f19fb35cf6c18d73ae8.zip |
- Fix master_sites
- Take maintainership
Approved by: itetcu (maintainer), sat (mentor)
Diffstat (limited to 'net')
-rw-r--r-- | net/skype/Makefile | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/net/skype/Makefile b/net/skype/Makefile index d8bc290f93f5..3871dbe124e9 100644 --- a/net/skype/Makefile +++ b/net/skype/Makefile @@ -9,10 +9,10 @@ PORTNAME= skype PORTVERSION= 1.2.0.18 PORTREVISION= 4 CATEGORIES= net -MASTER_SITES= http://download.skype.com/linux/ +MASTER_SITES= NETBSD DISTNAME= skype_staticQT-${PORTVERSION} -MAINTAINER= itetcu@FreeBSD.org +MAINTAINER= beech@FreeBSD.org COMMENT= P2P VoIP software CONFLICTS+= skype-devel-[0-9]* @@ -44,17 +44,17 @@ do-build: do-install: @${MKDIR} ${PREFIX}/share/applications - ${INSTALL} ${WRKSRC}/skype ${PREFIX}/bin/skype_bin + @${INSTALL} ${WRKSRC}/skype ${PREFIX}/bin/skype_bin # ${INSTALL} ${WRKSRC}/skype-callto-handler ${PREFIX}/bin/ - ${ECHO_CMD} -e "#!/bin/sh\n\nSKYPE_RESOURCES_PATH='${DATADIR}' skype_bin \"\$$@\" 2>&1 | grep -v 'SOUND_MIXER_WRITE_IGAIN failed'" >${PREFIX}/bin/skype - ${CHMOD} a+rx ${PREFIX}/bin/skype - ${INSTALL_DATA} ${WRKSRC}/skype.desktop ${PREFIX}/share/applications/ - ${INSTALL_DATA} ${WRKSRC}/icons/skype_48_32.png ${PREFIX}/share/pixmaps/skype.png - ${MKDIR} ${DATADIR}/icons ${DATADIR}/lang ${DATADIR}/sound - ${INSTALL_DATA} ${WRKSRC}/icons/* ${DATADIR}/icons/ - ${INSTALL_DATA} ${WRKSRC}/lang/*.qm ${DATADIR}/lang/ - ${INSTALL_DATA} ${WRKSRC}/sound/*.wav ${DATADIR}/sound/ - ${INSTALL_DATA} ${WRKSRC}/LICENSE ${DATADIR}/ + @${ECHO_CMD} -e "#!/bin/sh\n\nSKYPE_RESOURCES_PATH='${DATADIR}' skype_bin \"\$$@\" 2>&1 | grep -v 'SOUND_MIXER_WRITE_IGAIN failed'" >${PREFIX}/bin/skype + @${CHMOD} a+rx ${PREFIX}/bin/skype + @${INSTALL_DATA} ${WRKSRC}/skype.desktop ${PREFIX}/share/applications/ + @${INSTALL_DATA} ${WRKSRC}/icons/skype_48_32.png ${PREFIX}/share/pixmaps/skype.png + @${INSTALL} -d ${DATADIR}/icons ${DATADIR}/lang ${DATADIR}/sound + @${INSTALL_DATA} ${WRKSRC}/icons/* ${DATADIR}/icons/ + @${INSTALL_DATA} ${WRKSRC}/lang/*.qm ${DATADIR}/lang/ + @${INSTALL_DATA} ${WRKSRC}/sound/*.wav ${DATADIR}/sound/ + @${INSTALL_DATA} ${WRKSRC}/LICENSE ${DATADIR}/ post-install: @${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 |