diff options
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/aim/Makefile | 11 | ||||
-rw-r--r-- | net-im/skype-devel/Makefile | 6 | ||||
-rw-r--r-- | net-im/skype/Makefile | 6 | ||||
-rw-r--r-- | net-im/skype20/Makefile | 6 |
4 files changed, 14 insertions, 15 deletions
diff --git a/net-im/aim/Makefile b/net-im/aim/Makefile index f4c3788f8cbf..8c4452148451 100644 --- a/net-im/aim/Makefile +++ b/net-im/aim/Makefile @@ -7,7 +7,7 @@ PORTNAME= aim PORTVERSION= 1.5.286 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net linux MASTER_SITES= ftp://ftp.newaol.com/aimgen/380469/ DISTNAME= aim-${PORTVERSION} @@ -19,15 +19,14 @@ COMMENT= AOL's Instant Messenger (AIM) client RUN_DEPENDS= ${LINUXBASE}/usr/lib/libgtk-1.2.so.0:${PORTSDIR}/x11-toolkits/linux-gtk ONLY_FOR_ARCHS= i386 +USE_LINUX= yes +USE_X_PREFIX= yes NO_WRKSUBDIR= yes NO_BUILD= yes -PREFIX?= ${X11BASE} -INSTALLS_SHLIB= yes -# must not strip -STRIP= do-install: ${INSTALL_PROGRAM} ${WRKSRC}/usr/bin/aim ${PREFIX}/libexec + ${BRANDELF} -t Linux ${PREFIX}/libexec/aim (cd ${WRKSRC}/usr/lib;exec ${TAR} --exclude aim/source -cf - *)|(cd ${PREFIX}/lib;exec ${TAR} -xpf -) @${ECHO_CMD} "#!/bin/sh" >${PREFIX}/bin/aim @${ECHO_CMD} "ulimit -Sc 0" >>${PREFIX}/bin/aim @@ -36,7 +35,7 @@ do-install: ${CHMOD} ${BINMODE} ${PREFIX}/bin/aim post-install: -.if !exists(/compat/linux/usr/bin/esdplay) && !exists(${PREFIX}/bin/esdplay) +.if !exists(${LINUXBASE}/usr/bin/esdplay) && !exists(${PREFIX}/bin/esdplay) @${ECHO_MSG} "-----------------------------------------------------------------" @${ECHO_MSG} "Install audio/linux-esound or disable Sounds in aim's Preferences" @${ECHO_MSG} "-----------------------------------------------------------------" diff --git a/net-im/skype-devel/Makefile b/net-im/skype-devel/Makefile index 965e7e9852a7..a98ea5d42956 100644 --- a/net-im/skype-devel/Makefile +++ b/net-im/skype-devel/Makefile @@ -15,11 +15,11 @@ MAINTAINER= netchild@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}/usr/X11R6/lib/libXrender.so.1:${PORTSDIR}/x11/linux-XFree86-libs + ${LINUXBASE}/usr/lib/libexpat.so.0:${PORTSDIR}/textproc/linux-expat USE_BZIP2= yes -PREFIX?= ${X11BASE} +USE_LINUX= yes +USE_X_PREFIX= yes WANT_GNOME= yes ONLY_FOR_ARCHS= i386 amd64 diff --git a/net-im/skype/Makefile b/net-im/skype/Makefile index 965e7e9852a7..a98ea5d42956 100644 --- a/net-im/skype/Makefile +++ b/net-im/skype/Makefile @@ -15,11 +15,11 @@ MAINTAINER= netchild@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}/usr/X11R6/lib/libXrender.so.1:${PORTSDIR}/x11/linux-XFree86-libs + ${LINUXBASE}/usr/lib/libexpat.so.0:${PORTSDIR}/textproc/linux-expat USE_BZIP2= yes -PREFIX?= ${X11BASE} +USE_LINUX= yes +USE_X_PREFIX= yes WANT_GNOME= yes ONLY_FOR_ARCHS= i386 amd64 diff --git a/net-im/skype20/Makefile b/net-im/skype20/Makefile index 965e7e9852a7..a98ea5d42956 100644 --- a/net-im/skype20/Makefile +++ b/net-im/skype20/Makefile @@ -15,11 +15,11 @@ MAINTAINER= netchild@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}/usr/X11R6/lib/libXrender.so.1:${PORTSDIR}/x11/linux-XFree86-libs + ${LINUXBASE}/usr/lib/libexpat.so.0:${PORTSDIR}/textproc/linux-expat USE_BZIP2= yes -PREFIX?= ${X11BASE} +USE_LINUX= yes +USE_X_PREFIX= yes WANT_GNOME= yes ONLY_FOR_ARCHS= i386 amd64 |