d11b5ce66c
net/aim -> net-im/aim net/amsn -> net-im/amsn net/ari-yahoo -> net-im/ari-yahoo net/ayttm -> net-im/ayttm net/bsflite -> net-im/bsflite net/ccmsn -> net-im/ccmsn net/centericq -> net-im/centericq net/cicquin -> net-im/cicquin net/coccinella -> net-im/coccinella net/convey -> net-im/convey net/echat -> net-im/echat net/ejabberd -> net-im/ejabberd net/firetalk -> net-im/firetalk net/fugu -> net-im/fugu net/gajim -> net-im/gajim net/gale -> net-im/gale net/ginsu -> net-im/ginsu net/gnome-jabber -> net-im/gnome-jabber net/gtkyahoo -> net-im/gtkyahoo net/gyach -> net-im/gyach net/icb -> net-im/icb net/icmpchat -> net-im/icmpchat net/icqlib -> net-im/icqlib net/imcom -> net-im/imcom net/jabberd -> net-im/jabberd net/jabber-pymsn -> net-im/jabber-pymsn net/jit -> net-im/jit net/kmerlin -> net-im/kmerlin net/kmess -> net-im/kmess net/konverse -> net-im/konverse net/kpopup -> net-im/kpopup net/libmsn -> net-im/libmsn net/libyahoo2 -> net-im/libyahoo2 net/linpopup -> net-im/linpopup net/linux-ymessenger -> net-im/linux-ymessenger net/mcabber -> net-im/mcabber net/mercury -> net-im/mercury net/micq -> net-im/micq net/mu-conference -> net-im/mu-conference net/naim -> net-im/naim net/pebrot -> net-im/pebrot net/pork -> net-im/pork net/py-msnp -> net-im/py-msnp net/py-pyxmpp -> net-im/py-pyxmpp net/p5-Jabber-Connection -> net-im/p5-Jabber-Connection net/p5-Net-AIM -> net-im/p5-Net-AIM net/p5-Net-AOLIM -> net-im/p5-Net-AOLIM net/p5-Net-ICQ2000 -> net-im/p5-Net-ICQ2000 net/p5-Net-MSN -> net-im/p5-Net-MSN net/p5-Net-NetSend -> net-im/p5-Net-NetSend net/p5-Net-OSCAR -> net-im/p5-Net-OSCAR net/simicq -> net-im/simicq net/sulci -> net-im/sulci net/tik -> net-im/tik net/tkabber -> net-im/tkabber net/tkabber-devel -> net-im/tkabber-devel net/tmsnc -> net-im/tmsnc net/vicq -> net-im/vicq net/vqcc-gtk -> net-im/vqcc-gtk net/xicq -> net-im/xicq net/ymessenger -> net-im/ymessenger net/ysm -> net-im/ysm Repocopied by: marcus
56 lines
1.4 KiB
Makefile
56 lines
1.4 KiB
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: yahoo-messenger
|
|
# Date created: Sat Dec 16, 2000
|
|
# Whom: David O'Brien (obrien@NUXI.com)
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ymessenger
|
|
PORTVERSION= 1.0.4
|
|
PORTREVISION= 3
|
|
PORTEPOCH= 20020902
|
|
CATEGORIES= net-im
|
|
MASTER_SITES= http://public.yahoo.com/~mmk/
|
|
DISTNAME= fbsd4.${PORTNAME}
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= sethk@meowfishies.com
|
|
COMMENT= Yahoo! Messenger - Instant messaging client
|
|
|
|
USE_GNOME= gtk12 gdkpixbuf
|
|
USE_REINPLACE= yes
|
|
NO_BUILD= yes
|
|
NO_WRKSUBDIR= yes
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${OSVERSION} >= 500000
|
|
LIB_DEPENDS+= c.4:${PORTSDIR}/misc/compat4x
|
|
.endif
|
|
|
|
ONLY_FOR_ARCHS= i386
|
|
|
|
GETTEXT_MAJOR= 6
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKDIR}/bin/ymessenger ${PREFIX}/bin
|
|
${MKDIR} ${PREFIX}/libexec/ymessenger
|
|
${INSTALL_PROGRAM} ${WRKDIR}/bin/ymessenger.bin \
|
|
${PREFIX}/libexec/ymessenger
|
|
@(set -x; for i in yahoo_gnome.png yahoo_kde.xpm \
|
|
ymessenger.desktop ymessenger.kdelnk; do \
|
|
${INSTALL_DATA} ${WRKDIR}/bin/$$i \
|
|
${PREFIX}/libexec/ymessenger; \
|
|
done)
|
|
${MKDIR} ${PREFIX}/lib/ymessenger
|
|
${INSTALL_DATA} ${WRKDIR}/lib/libgtkhtml.so.0 \
|
|
${PREFIX}/lib/ymessenger/
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} -e 's:%%PREFIX%%:${PREFIX}:g' ${WRKDIR}/bin/ymessenger
|
|
@${CHMOD} +w ${WRKDIR}/bin/ymessenger.bin
|
|
${ECHO} ${GETTEXT_MAJOR} | dd bs=1 count=1 conv=notrunc seek=43202 \
|
|
of=${WRKDIR}/bin/ymessenger.bin
|
|
|
|
.include <bsd.port.post.mk>
|