diff options
author | dinoex <dinoex@FreeBSD.org> | 2003-01-02 04:29:13 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2003-01-02 04:29:13 +0000 |
commit | a679e21f8ac46d59c572949a9442a919b68c7f52 (patch) | |
tree | 086f6baa99a824f0d55bc45aaebd32eb05a2cea5 /net | |
parent | 7176f9dd95fcbbcc0f0fb7a75e653fd173aec3c1 (diff) | |
download | FreeBSD-ports-a679e21f8ac46d59c572949a9442a919b68c7f52.zip FreeBSD-ports-a679e21f8ac46d59c572949a9442a919b68c7f52.tar.gz |
A gtk gui plugin for the popular icq clone licq.
WWW: http://www.licq.org/
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/licq-jons-gtk-gui/Makefile | 28 | ||||
-rw-r--r-- | net/licq-jons-gtk-gui/Makefile.local | 2 | ||||
-rw-r--r-- | net/licq-jons-gtk-gui/log | 1 | ||||
-rw-r--r-- | net/licq-jons-gtk-gui/pkg-comment | 1 | ||||
-rw-r--r-- | net/licq-jons-gtk-gui/pkg-descr | 3 | ||||
-rw-r--r-- | net/licq-jons-gtk-gui/pkg-plist | 2 |
7 files changed, 38 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index fd8d6ac..8176202 100644 --- a/net/Makefile +++ b/net/Makefile @@ -256,6 +256,7 @@ SUBDIR += libunpipc SUBDIR += licq SUBDIR += licq-console + SUBDIR += licq-jons-gtk-gui SUBDIR += licq-qt-gui SUBDIR += limewire SUBDIR += linc diff --git a/net/licq-jons-gtk-gui/Makefile b/net/licq-jons-gtk-gui/Makefile new file mode 100644 index 0000000..ce9bfef --- /dev/null +++ b/net/licq-jons-gtk-gui/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: licq-jons-gtk-gui +# Date created: 30 November 2002 +# Whom: dirk.meyer@dinoex.sub.org +# +# $FreeBSD$ +# + +PORTNAME= jons-gtk-gui +PORTVERSION= ${JONS_GTK_LICQ_VER} +CATEGORIES= net + +MAINTAINER= dinoex@FreeBSD.org + +CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" \ + LIBS="${PTHREAD_LIBS}" +INCDIR= ${PORTSDIR}/net +USE_GNOMENG= yes +USE_GNOME= gtk12 +PLIST_SUB+= GUI_NAME=jons-gtk +EXTRA_FIX= ${WRKSRC}/src/Makefile.in + +post-patch: + @ ${MV} ${EXTRA_FIX} ${EXTRA_FIX}.sed + ${SED} -e "s=gtk-config=gtk12-config=" ${EXTRA_FIX}.sed > ${EXTRA_FIX} + +.include <bsd.port.pre.mk> +.include "${INCDIR}/licq/Makefile.inc" +.include <bsd.port.post.mk> diff --git a/net/licq-jons-gtk-gui/Makefile.local b/net/licq-jons-gtk-gui/Makefile.local new file mode 100644 index 0000000..2164971 --- /dev/null +++ b/net/licq-jons-gtk-gui/Makefile.local @@ -0,0 +1,2 @@ +MD5_FILE= ${.CURDIR}/distinfo +INCDIR= .. diff --git a/net/licq-jons-gtk-gui/log b/net/licq-jons-gtk-gui/log new file mode 100644 index 0000000..5b56c93 --- /dev/null +++ b/net/licq-jons-gtk-gui/log @@ -0,0 +1 @@ +New port diff --git a/net/licq-jons-gtk-gui/pkg-comment b/net/licq-jons-gtk-gui/pkg-comment new file mode 100644 index 0000000..e70c7ca --- /dev/null +++ b/net/licq-jons-gtk-gui/pkg-comment @@ -0,0 +1 @@ +jons GTK plugin for licq diff --git a/net/licq-jons-gtk-gui/pkg-descr b/net/licq-jons-gtk-gui/pkg-descr new file mode 100644 index 0000000..af7c102 --- /dev/null +++ b/net/licq-jons-gtk-gui/pkg-descr @@ -0,0 +1,3 @@ +A gtk gui plugin for the popular icq clone licq. + +WWW: http://www.licq.org/ diff --git a/net/licq-jons-gtk-gui/pkg-plist b/net/licq-jons-gtk-gui/pkg-plist new file mode 100644 index 0000000..328ccf4 --- /dev/null +++ b/net/licq-jons-gtk-gui/pkg-plist @@ -0,0 +1,2 @@ +lib/licq/licq_%%GUI_NAME%%-gui.la +lib/licq/licq_%%GUI_NAME%%-gui.so |