diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-11-09 08:21:21 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-11-09 08:21:21 +0000 |
commit | dc33aa59f5cd032431c2eab21c7ac886941ae806 (patch) | |
tree | dc8c628b8d8e6340ca29ce77bba2bbdb3af77e7a /net/jabber-aim/Makefile | |
parent | 33eb2763e068a96f0cf922264886163463b0b170 (diff) | |
download | ports-dc33aa59f5cd032431c2eab21c7ac886941ae806.tar.gz ports-dc33aa59f5cd032431c2eab21c7ac886941ae806.zip |
Move instant messaging related ports to newly created net-im category:
net/gaim -> net-im/gaim
net/gaim-latex -> net-im/gaim-latex
net/gaim-openq -> net-im/gaim-openq
net/gaim-rss-reader -> net-im/gaim-rss-reader
net/gicq -> net-im/gicq
net/gnomeicu2 -> net-im/gnomeicu2
net/gossip -> net-im/gossip
net/ickle -> net-im/ickle
net/jabber -> net-im/jabber
net/jabber-aim -> net-im/jabber-aim
net/jabber-conference -> net-im/jabber-conference
net/jabber-jud -> net-im/jabber-jud
net/jabber-msn -> net-im/jabber-msn
net/jabber-users-agent -> net-im/jabber-users-agent
net/jabber-yahoo -> net-im/jabber-yahoo
net/jarl -> net-im/jarl
net/kf -> net-im/kf
net/libicq -> net-im/libicq
net/libicq2000 -> net-im/libicq2000
net/loudmouth -> net-im/loudmouth
net/meanwhile -> net-im/meanwhile
net/meanwhile-gaim -> net-im/meanwhile-gaim
net/newsbot -> net-im/newsbot
net/ocaml-jabbr -> net-im/ocaml-jabbr
net/psi -> net-im/psi
net/py-jabber -> net-im/py-jabber
net/py-twistedWords -> net-im/py-twistedWords
net/p5-Net-Jabber -> net-im/p5-Net-Jabber
Repocopied by: marcus
Notes
Notes:
svn path=/head/; revision=147671
Diffstat (limited to 'net/jabber-aim/Makefile')
-rw-r--r-- | net/jabber-aim/Makefile | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/net/jabber-aim/Makefile b/net/jabber-aim/Makefile deleted file mode 100644 index ad583232f034..000000000000 --- a/net/jabber-aim/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# New ports collection makefile for: jabber-aim -# Date created: 14 Apr 2002 -# Whom: Sean Chittenden <seanc@FreeBSD.org> -# -# $FreeBSD$ - -PORTNAME= aim -PORTVERSION= 20040131.b -CATEGORIES= net -MASTER_SITES= http://aim-transport.jabberstudio.org/ -PKGNAMEPREFIX= jabber- -PKGNAMESUFFIX= -transport -DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-stable-${PORTVERSION:R}${PORTVERSION:E} -DIST_SUBDIR= jabber - -MAINTAINER= seanc@FreeBSD.org -COMMENT= Jabber AIM Transport module - -BUILD_DEPENDS= ${LOCALBASE}/sbin/jabberd:${PORTSDIR}/net/jabber - -WRKSRC= ${WRKDIR}/${PORTNAME}${PKGNAMESUFFIX}-stable-${PORTVERSION:R} -PLIST_FILES= lib/jabber/aimtrans.so -USE_GMAKE= yes -USE_AUTOCONF_VER= 259 -USE_ICONV= yes - -CONFIGURE_ARGS+=--with-jabberd=${LOCALBASE}/include/jabber -CONFIGURE_ENV= LDFLAGS="-liconv" LIBS="-L${LOCALBASE}/lib" \ - CPPFLAGS="-I${LOCALBASE}/include/pth -I${LOCALBASE}/include" - -do-install: - @${MKDIR} ${PREFIX}/lib/jabber - ${INSTALL_DATA} ${WRKSRC}/src/aimtrans.so ${PREFIX}/lib/jabber - -post-install: - @${CAT} pkg-message - -.include <bsd.port.mk> |