diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2004-06-23 10:06:46 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2004-06-23 10:06:46 +0000 |
commit | 382d27605235aed038c61efa293fd079515fb3f7 (patch) | |
tree | 4e30fe15ac94a3d6be5d9933cc26d2f66c11c450 /net-im | |
parent | 40ba1a7476b23ccdbf792237954c3b079939b0f2 (diff) | |
download | ports-382d27605235aed038c61efa293fd079515fb3f7.tar.gz ports-382d27605235aed038c61efa293fd079515fb3f7.zip |
Notes
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/skype-devel/Makefile | 46 | ||||
-rw-r--r-- | net-im/skype-devel/distinfo | 2 | ||||
-rw-r--r-- | net-im/skype-devel/pkg-descr | 5 | ||||
-rw-r--r-- | net-im/skype-devel/pkg-plist | 9 | ||||
-rw-r--r-- | net-im/skype/Makefile | 46 | ||||
-rw-r--r-- | net-im/skype/distinfo | 2 | ||||
-rw-r--r-- | net-im/skype/pkg-descr | 5 | ||||
-rw-r--r-- | net-im/skype/pkg-plist | 9 | ||||
-rw-r--r-- | net-im/skype20/Makefile | 46 | ||||
-rw-r--r-- | net-im/skype20/distinfo | 2 | ||||
-rw-r--r-- | net-im/skype20/pkg-descr | 5 | ||||
-rw-r--r-- | net-im/skype20/pkg-plist | 9 |
12 files changed, 186 insertions, 0 deletions
diff --git a/net-im/skype-devel/Makefile b/net-im/skype-devel/Makefile new file mode 100644 index 000000000000..7cd000602780 --- /dev/null +++ b/net-im/skype-devel/Makefile @@ -0,0 +1,46 @@ +# New ports collection makefile for: skype +# Date created: Jun 21. 2004 +# Whom: netchild@FreeBSD.org +# +# $FreeBSD$ +# + +PORTNAME= skype +PORTVERSION= 0.90.0.3 +CATEGORIES= net +MASTER_SITES= http://download.skype.com/linux/ +DISTNAME= skype_ver-0_90_0_3-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/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 + +.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}/ + +.include <bsd.port.post.mk> diff --git a/net-im/skype-devel/distinfo b/net-im/skype-devel/distinfo new file mode 100644 index 000000000000..10d187b656f4 --- /dev/null +++ b/net-im/skype-devel/distinfo @@ -0,0 +1,2 @@ +MD5 (skype_ver-0_90_0_3-staticQT.tar.bz2) = c3b853ebca6501dfbaa04cc37c620ac4 +SIZE (skype_ver-0_90_0_3-staticQT.tar.bz2) = 5650176 diff --git a/net-im/skype-devel/pkg-descr b/net-im/skype-devel/pkg-descr new file mode 100644 index 000000000000..5d92fde2ea4f --- /dev/null +++ b/net-im/skype-devel/pkg-descr @@ -0,0 +1,5 @@ +Skype is a free program that uses the latest P2P technology to bring +affordable and high-quality voice communications to people all over +the world. + +WWW: http://www.skype.net/ diff --git a/net-im/skype-devel/pkg-plist b/net-im/skype-devel/pkg-plist new file mode 100644 index 000000000000..5fba38679332 --- /dev/null +++ b/net-im/skype-devel/pkg-plist @@ -0,0 +1,9 @@ +bin/skype +%%DATADIR%%/icons/skype_16_32.png +%%DATADIR%%/icons/skype_24_32.png +%%DATADIR%%/icons/skype_32_32.png +%%DATADIR%%/icons/skype_48_32.png +@dirrm %%DATADIR%%/icons +%%DATADIR%%/call_in.wav +@dirrm %%DATADIR%% +%%GNOME%%share/gnome/applications/skype.desktop diff --git a/net-im/skype/Makefile b/net-im/skype/Makefile new file mode 100644 index 000000000000..7cd000602780 --- /dev/null +++ b/net-im/skype/Makefile @@ -0,0 +1,46 @@ +# New ports collection makefile for: skype +# Date created: Jun 21. 2004 +# Whom: netchild@FreeBSD.org +# +# $FreeBSD$ +# + +PORTNAME= skype +PORTVERSION= 0.90.0.3 +CATEGORIES= net +MASTER_SITES= http://download.skype.com/linux/ +DISTNAME= skype_ver-0_90_0_3-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/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 + +.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}/ + +.include <bsd.port.post.mk> diff --git a/net-im/skype/distinfo b/net-im/skype/distinfo new file mode 100644 index 000000000000..10d187b656f4 --- /dev/null +++ b/net-im/skype/distinfo @@ -0,0 +1,2 @@ +MD5 (skype_ver-0_90_0_3-staticQT.tar.bz2) = c3b853ebca6501dfbaa04cc37c620ac4 +SIZE (skype_ver-0_90_0_3-staticQT.tar.bz2) = 5650176 diff --git a/net-im/skype/pkg-descr b/net-im/skype/pkg-descr new file mode 100644 index 000000000000..5d92fde2ea4f --- /dev/null +++ b/net-im/skype/pkg-descr @@ -0,0 +1,5 @@ +Skype is a free program that uses the latest P2P technology to bring +affordable and high-quality voice communications to people all over +the world. + +WWW: http://www.skype.net/ diff --git a/net-im/skype/pkg-plist b/net-im/skype/pkg-plist new file mode 100644 index 000000000000..5fba38679332 --- /dev/null +++ b/net-im/skype/pkg-plist @@ -0,0 +1,9 @@ +bin/skype +%%DATADIR%%/icons/skype_16_32.png +%%DATADIR%%/icons/skype_24_32.png +%%DATADIR%%/icons/skype_32_32.png +%%DATADIR%%/icons/skype_48_32.png +@dirrm %%DATADIR%%/icons +%%DATADIR%%/call_in.wav +@dirrm %%DATADIR%% +%%GNOME%%share/gnome/applications/skype.desktop diff --git a/net-im/skype20/Makefile b/net-im/skype20/Makefile new file mode 100644 index 000000000000..7cd000602780 --- /dev/null +++ b/net-im/skype20/Makefile @@ -0,0 +1,46 @@ +# New ports collection makefile for: skype +# Date created: Jun 21. 2004 +# Whom: netchild@FreeBSD.org +# +# $FreeBSD$ +# + +PORTNAME= skype +PORTVERSION= 0.90.0.3 +CATEGORIES= net +MASTER_SITES= http://download.skype.com/linux/ +DISTNAME= skype_ver-0_90_0_3-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/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 + +.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}/ + +.include <bsd.port.post.mk> diff --git a/net-im/skype20/distinfo b/net-im/skype20/distinfo new file mode 100644 index 000000000000..10d187b656f4 --- /dev/null +++ b/net-im/skype20/distinfo @@ -0,0 +1,2 @@ +MD5 (skype_ver-0_90_0_3-staticQT.tar.bz2) = c3b853ebca6501dfbaa04cc37c620ac4 +SIZE (skype_ver-0_90_0_3-staticQT.tar.bz2) = 5650176 diff --git a/net-im/skype20/pkg-descr b/net-im/skype20/pkg-descr new file mode 100644 index 000000000000..5d92fde2ea4f --- /dev/null +++ b/net-im/skype20/pkg-descr @@ -0,0 +1,5 @@ +Skype is a free program that uses the latest P2P technology to bring +affordable and high-quality voice communications to people all over +the world. + +WWW: http://www.skype.net/ diff --git a/net-im/skype20/pkg-plist b/net-im/skype20/pkg-plist new file mode 100644 index 000000000000..5fba38679332 --- /dev/null +++ b/net-im/skype20/pkg-plist @@ -0,0 +1,9 @@ +bin/skype +%%DATADIR%%/icons/skype_16_32.png +%%DATADIR%%/icons/skype_24_32.png +%%DATADIR%%/icons/skype_32_32.png +%%DATADIR%%/icons/skype_48_32.png +@dirrm %%DATADIR%%/icons +%%DATADIR%%/call_in.wav +@dirrm %%DATADIR%% +%%GNOME%%share/gnome/applications/skype.desktop |