aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/skype20/Makefile
blob: 7a89f799387fe09d7c7ab5fde4b8a7bff8a171cb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# New ports collection makefile for:    skype
# Date created:         Jun 21. 2004
# Whom:                 netchild@FreeBSD.org
#
# $FreeBSD$
#

PORTNAME=   skype
PORTVERSION=    0.90.0.14
CATEGORIES= net
MASTER_SITES=   http://download.skype.com/linux/
DISTNAME=   skype_ver-${PORTVERSION:C/\./_/g}-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
ONLY_FOR_ARCHS= i386

RESTRICTED= Redistribution not allowed yet.

.if defined(PACKAGE_BUILDING)
IGNORE=     conflicts between linux_base and linux_base-8
.endif

.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/
    ${INSTALL_DATA} ${WRKSRC}/icons/skype_48_32.png ${PREFIX}/share/gnome/pixmaps/skype.png
.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>
ection. COMPILER_TYPE must be defined since r330336.jkim2013-10-151-1/+1 * Fix package name collisionbapt2013-10-141-2/+1 * Update to r330107 (OpenJDK6 b28).jkim2013-10-133-6/+6 * . Update to 2013g.glewis2013-10-132-3/+3 * - Do not allow selecting both DEBUG and FASTDEBUG options. [1]jkim2013-10-123-35/+18 * - Fix few mis-merges against HotSpot 23 and tie up some loose ends.jkim2013-10-116-71/+133 * Update to 1.4.1.jkim2013-10-115-58/+3 * - Remove redundant bsd.port.pre.mk.jkim2013-10-111-4/+2 * Add couple of compiler warning fixes. No functional change.jkim2013-10-101-1/+12 * Update to Build b28.jkim2013-10-10167-168839/+277 * Fix test option.jkim2013-10-081-2/+3 * Use echo correctly.jkim2013-10-081-14/+14 * Remove few lines added for testing at the last minute. This fixes plist.jkim2013-10-081-3/+0 * - Support staging.jkim2013-10-084-107/+191 * Fix pkg name collisionbapt2013-10-072-2/+2 * Fix pkg name collisionbapt2013-10-072-2/+2 * - Support staginglme2013-10-062-75/+78 * Removed older version of netbeans, they are unsupported upstream and their pa...bapt2013-10-0316-265/+0 * Remove jboss2, it is EOLed upstream and it's name is conflicting with java/jb...bapt2013-10-039-2112/+0 * . Update to 2013f.glewis2013-09-283-18/+3 * Update to 4.10 release.ale2013-09-272-3/+3 * Tidy up staging support.jkim2013-09-261-5/+1 * Add support for staging.jkim2013-09-261-2/+1 * . Make set_native_priority return a (correct) value on FreeBSD, rather thanglewis2013-09-222-0/+9 * Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-21143-161/+178 * . Update to 7u40.glewis2013-09-192-3/+3 * . Update to 7u40.glewis2013-09-193-9/+9 * . Update to 7u40.glewis2013-09-193-12/+420 * - Add missing iconv USESmadpilot2013-09-161-1/+1 * - convert to the new perl5 frameworkaz2013-09-152-5/+4 * The format for bind.address has changed, so document and alert users.crees2013-09-093-4/+17 * Fix build with libc++.jkim2013-09-063-100/+107 * - Make ports use the libc provided iconv implementation on 10-CURRENTmadpilot2013-09-052-0/+14 * Add an explicit dependency on pkgconfbapt2013-09-031-1/+1 * Upgrade to version 1.0.19.olgeni2013-08-312-3/+3 * Convert to:bapt2013-08-311-2/+2 * - Remove bogus conditional IGNORE for PACKAGE_BUILDING; these shouldbdrewery2013-08-2912-21/+17 * - Don't attempt to build when PACKAGE_BUILDING, just hitsbdrewery2013-08-291-1/+1 * - Don't attempt to build when PACKAGE_BUILDING, just hitsbdrewery2013-08-291-1/+1 * - Update to 2.8.1nivit2013-08-282-4/+4 * Remove one more expired port:rene2013-08-285-49/+0 * Do not hard code gcc but rather use cc, which allows building without gcc in ...bapt2013-08-261-9/+9 * Fix build without gccbapt2013-08-261-0/+4 * fix build without gcc in basebapt2013-08-261-7/+4 * Move the destination of the patching into the work directory.gnn2013-08-201-3/+3 * . Update to 7u25 docs.glewis2013-08-192-3/+3 * Apply a patch for a bug that effects the Keys preference, whereingnn2013-08-182-1/+20 * Replace USE_GCC=4.6+ and USE_GCC=4.4+ by USE_GCC=yes.gerald2013-08-181-1/+1 * Fix for broken eclipse-devel after glib-2.36.3 update.gnn2013-08-141-0/+34 * Update to 1.11 release.ale2013-08-132-10/+6 * Datatools is not optional anymore.ale2013-08-131-11/+2 * - Convert to new perl frameworkaz2013-08-031-7/+2 * Deprecate and set expiration date for ports broken for more than 6 monthbapt2013-07-271-0/+3 * Bump revision for openjdk6-jre to catch up with the master port change.jkim2013-07-262-2/+2 * Move the fix for S6636110 to more appropriate directory. This patch is notjkim2013-07-262-1/+0 * Fix excessive memory consumption on head amd64, this prevent the package buil...bapt2013-07-253-1/+78 * - Add couple of upstreamed IcedTea6 patches for consistency.jkim2013-07-238-32/+124 * Add upstream patches to make it work again with the latest security patchesjkim2013-07-174-2/+56 * Fix openjdk6-jre build.jkim2013-07-172-2/+2 * Add multiple security patches and improvements from IcedTea6 1.12.6.jkim2013-07-1781-85/+91164 * . Update to 2013d.glewis2013-07-142-3/+3 * Convert from USE_MOTIF to USES=motifbapt2013-07-101-2/+2 * Update to 1.6.1.jkim2013-07-096-65/+54 * . Don't force a manual download when it's unnecessary. Add the downloadglewis2013-07-081-5/+1 * - Update to 2.7.5nivit2013-06-303-11/+7 * . Update to 7u25.glewis2013-06-242-86832/+1923 * . Split out the JDK patches into their own file. This will actually breakglewis2013-06-241-0/+132659 * Disable Jikes support.lev2013-06-221-1/+1 * . Update to 7u25.glewis2013-06-213-3/+5 * . Update to 7u25.glewis2013-06-213-5/+7 * - Fix fetchswills2013-06-201-1/+1 * - allow java/subversion-jave to stay on subversion17ohauer2013-06-201-0/+2 * - Fix build with JDK 1.7. [1]stefan2013-06-173-4/+69 * - Remove www/libxul19, is has been vulnerable and unsupported upstream forflo2013-06-151-1/+1 * Update to 1.4.jkim2013-06-126-94/+97 * - update to 3.8.2jgh2013-06-112-4/+4 * Bump after r319872, www/libxul update.flo2013-06-041-0/+1 * Use bootstrap Java instead of newly built binary to execute RMIC.jkim2013-05-15