summaryrefslogtreecommitdiffstats
path: root/net-im
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2005-11-09 08:28:43 +0000
committerpav <pav@FreeBSD.org>2005-11-09 08:28:43 +0000
commitfd62d4017289ca40627f8cff4fc3f4820bc9c8b4 (patch)
tree183c5f52ff1549f205cf5e8cad23551a8f3413ae /net-im
parent08cf41b4c1915338cad55ae84a9d4715c7d930d0 (diff)
downloadFreeBSD-ports-fd62d4017289ca40627f8cff4fc3f4820bc9c8b4.zip
FreeBSD-ports-fd62d4017289ca40627f8cff4fc3f4820bc9c8b4.tar.gz
Move licq related ports to a newly create net-im category:
net/licq -> net-im/licq net/licq-console -> net-im/licq-console net/licq-osd -> net-im/licq-osd net/licq-qt-gui -> net-im/licq-qt-gui Repocopied by: marcus
Diffstat (limited to 'net-im')
-rw-r--r--net-im/Makefile4
-rw-r--r--net-im/licq-console/Makefile4
-rw-r--r--net-im/licq-osd/Makefile6
-rw-r--r--net-im/licq-qt-gui/Makefile4
-rw-r--r--net-im/licq/Makefile4
5 files changed, 13 insertions, 9 deletions
diff --git a/net-im/Makefile b/net-im/Makefile
index 24b494e..d35180c 100644
--- a/net-im/Makefile
+++ b/net-im/Makefile
@@ -55,6 +55,10 @@
SUBDIR += libicq2000
SUBDIR += libmsn
SUBDIR += libyahoo2
+ SUBDIR += licq
+ SUBDIR += licq-console
+ SUBDIR += licq-osd
+ SUBDIR += licq-qt-gui
SUBDIR += linpopup
SUBDIR += linux-ymessenger
SUBDIR += loudmouth
diff --git a/net-im/licq-console/Makefile b/net-im/licq-console/Makefile
index 295b781..911edf6 100644
--- a/net-im/licq-console/Makefile
+++ b/net-im/licq-console/Makefile
@@ -8,7 +8,7 @@
PORTNAME= console
PORTVERSION= ${CONSOLE_LICQ_VER}
PORTREVISION= 2
-CATEGORIES= net
+CATEGORIES= net-im
LIB_DEPENDS= cdk.4:${PORTSDIR}/devel/cdk
@@ -19,7 +19,7 @@ USE_LIBTOOL_VER=15
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" \
LDFLAGS="${LDFLAGS}" \
LIBS="${PTHREAD_LIBS}"
-LICQ_PORT?= net/licq
+LICQ_PORT?= net-im/licq
CPPFLAGS+= ${PTHREAD_CFLAGS}
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
diff --git a/net-im/licq-osd/Makefile b/net-im/licq-osd/Makefile
index 0f2a077..4aba4f7 100644
--- a/net-im/licq-osd/Makefile
+++ b/net-im/licq-osd/Makefile
@@ -8,20 +8,20 @@
PORTNAME= osd
PORTVERSION= ${OSD_LICQ_VER}
-CATEGORIES= net
+CATEGORIES= net-im
MAINTAINER= ports@FreeBSD.org
COMMENT= OnScreenDisplay messages in licq
LIB_DEPENDS= xosd.4:${PORTSDIR}/misc/xosd
-RUN_DEPENDS=${LOCALBASE}/lib/licq/licq_qt-gui.so:${PORTSDIR}/net/licq-qt-gui
+RUN_DEPENDS= ${LOCALBASE}/lib/licq/licq_qt-gui.so:${PORTSDIR}/net-im/licq-qt-gui
# run dependency may be too strict, delete it if you use another
# plugin (gtk+) and wish run osd with it. i've not tested with
# plugins other than qt-gui
USE_LIBTOOL_VER=15
-LICQ_PORT?= net/licq
+LICQ_PORT?= net-im/licq
LOCALES= de cs es fr pt pt_BR ro ru se
PLIST_FILES= lib/licq/licq_osd.so \
diff --git a/net-im/licq-qt-gui/Makefile b/net-im/licq-qt-gui/Makefile
index 85d5883..d9f336c 100644
--- a/net-im/licq-qt-gui/Makefile
+++ b/net-im/licq-qt-gui/Makefile
@@ -8,7 +8,7 @@
PORTNAME= qt-gui
PORTVERSION= ${QT_LICQ_VER}
PORTREVISION= 1
-CATEGORIES= net
+CATEGORIES= net-im
PKGNAMESUFFIX?= ${KDE_SUFFIX}${PKGNAMESUFFIX2}
MAINTAINER= dinoex@FreeBSD.org
@@ -16,7 +16,7 @@ COMMENT= Qt plugin for licq
CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" \
LIBS="${PTHREAD_LIBS}"
-LICQ_PORT?= net/licq
+LICQ_PORT?= net-im/licq
.if defined(WITH_KDE)
KDE_SUFFIX= -kde
diff --git a/net-im/licq/Makefile b/net-im/licq/Makefile
index 7ffb151..e694a4d 100644
--- a/net-im/licq/Makefile
+++ b/net-im/licq/Makefile
@@ -8,7 +8,7 @@
PORTNAME= base
PORTVERSION= ${LICQ_VER}
PORTREVISION= 2
-CATEGORIES= net
+CATEGORIES= net-im
PKGNAMESUFFIX= ${SOCKS_SUFFIX}${PKGNAMESUFFIX2}
MAINTAINER= dinoex@FreeBSD.org
@@ -20,7 +20,7 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libsocks5.a:${PORTSDIR}/net/socks5
USE_REINPLACE= yes
WRKSRC= ${WRKDIR}/${DISTNAME}
-LICQ_PORT?= net/licq
+LICQ_PORT?= net-im/licq
# workaround for installed autoconf/automake
CONFIGURE_ARGS+=--program-transform-name=s,y,y,
OpenPOWER on IntegriCloud