diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-11-09 08:28:43 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-11-09 08:28:43 +0000 |
commit | c40ee69213c0846f6b87e0ea92c5e4a69fac6893 (patch) | |
tree | 5207ca5ea7d42a672ca8ca2298f39c6e56fc96a0 /net-im | |
parent | dc33aa59f5cd032431c2eab21c7ac886941ae806 (diff) |
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
Notes
Notes:
svn path=/head/; revision=147672
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/Makefile | 4 | ||||
-rw-r--r-- | net-im/licq-console/Makefile | 4 | ||||
-rw-r--r-- | net-im/licq-osd/Makefile | 6 | ||||
-rw-r--r-- | net-im/licq-qt-gui/Makefile | 4 | ||||
-rw-r--r-- | net-im/licq/Makefile | 4 |
5 files changed, 13 insertions, 9 deletions
diff --git a/net-im/Makefile b/net-im/Makefile index 24b494e04ba9..d35180c89892 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 295b7817f2ec..911edf611d6e 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 0f2a077befbe..4aba4f733a5a 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 85d5883d5906..d9f336c52f9a 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 7ffb1519eb37..e694a4d847be 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, |