diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-01-02 04:29:13 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-01-02 04:29:13 +0000 |
commit | 0e353ed5b08c50e8979a13ec66d8f5da3fa693ba (patch) | |
tree | 6dad7221f69f7922c736cb5eb08e5fe78bf5f89e /net/licq-jons-gtk-gui | |
parent | 2dc089c93be45e62671c8acbf4fb07719878834f (diff) | |
download | ports-0e353ed5b08c50e8979a13ec66d8f5da3fa693ba.tar.gz ports-0e353ed5b08c50e8979a13ec66d8f5da3fa693ba.zip |
A gtk gui plugin for the popular icq clone licq.
WWW: http://www.licq.org/
Notes
Notes:
svn path=/head/; revision=72149
Diffstat (limited to 'net/licq-jons-gtk-gui')
-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 |
6 files changed, 37 insertions, 0 deletions
diff --git a/net/licq-jons-gtk-gui/Makefile b/net/licq-jons-gtk-gui/Makefile new file mode 100644 index 000000000000..ce9bfef5345a --- /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 000000000000..2164971f933e --- /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 000000000000..5b56c93d8700 --- /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 000000000000..e70c7ca69e91 --- /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 000000000000..af7c10239e4c --- /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 000000000000..328ccf4c44db --- /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 |