4e7d8dfe6a
- add RESTRICTED (no redistribution allowed yet) - update to 0.90.0.4 If you get a login failure at registration time the user name may be already in use (but there's another bug here, the name may even be available). Don't expect to hear something yet, sound doesn't work on FreeBSD yet. I'm working with the skype staff on it. Noticed by: "Siraj Kutlusan" <defcon8@b4s3.com> [1]
49 lines
1.3 KiB
Makefile
49 lines
1.3 KiB
Makefile
# New ports collection makefile for: skype
|
|
# Date created: Jun 21. 2004
|
|
# Whom: netchild@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= skype
|
|
PORTVERSION= 0.90.0.4
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://download.skype.com/linux/
|
|
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/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
|
|
|
|
USE_BZIP2= yes
|
|
USE_X_PREFIX= yes
|
|
WANT_GNOME= yes
|
|
|
|
RESTRICTED= Redistribution not allowed yet.
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${HAVE_GNOME:Mgnomehier} != ""
|
|
PLIST_SUB+= GNOME=""
|
|
.else
|
|
PLIST_SUB+= GNOME="@comment "
|
|
.endif
|
|
|
|
do-build:
|
|
${BRANDELF} -t Linux ${WRKSRC}/skype
|
|
|
|
do-install:
|
|
${INSTALL} ${WRKSRC}/skype ${PREFIX}/bin/
|
|
.if ${HAVE_GNOME:Mgnomehier} != ""
|
|
${INSTALL_DATA} ${WRKSRC}/skype.desktop ${PREFIX}/share/gnome/applications/
|
|
.endif
|
|
${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>
|