diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-09-10 14:24:06 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-09-10 14:24:06 +0800 |
commit | 1053695e916acf1fd4a05421ae1c1f34aa66f712 (patch) | |
tree | fe086ebc62857ee7f1ffff7e08ecaba2ed2ee1b3 /net-im | |
parent | 3f8c473619d0be6d7cfb769c04e056ce5d31721c (diff) | |
download | marcuscom-ports-1053695e916acf1fd4a05421ae1c1f34aa66f712.tar marcuscom-ports-1053695e916acf1fd4a05421ae1c1f34aa66f712.tar.gz marcuscom-ports-1053695e916acf1fd4a05421ae1c1f34aa66f712.tar.bz2 marcuscom-ports-1053695e916acf1fd4a05421ae1c1f34aa66f712.tar.lz marcuscom-ports-1053695e916acf1fd4a05421ae1c1f34aa66f712.tar.xz marcuscom-ports-1053695e916acf1fd4a05421ae1c1f34aa66f712.tar.zst marcuscom-ports-1053695e916acf1fd4a05421ae1c1f34aa66f712.zip |
share/gnome/ -> share/.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9555 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/vqcc-gtk/Makefile | 35 | ||||
-rw-r--r-- | net-im/vqcc-gtk/distinfo | 3 | ||||
-rw-r--r-- | net-im/vqcc-gtk/pkg-descr | 12 |
3 files changed, 50 insertions, 0 deletions
diff --git a/net-im/vqcc-gtk/Makefile b/net-im/vqcc-gtk/Makefile new file mode 100644 index 000000000..bd4bcb009 --- /dev/null +++ b/net-im/vqcc-gtk/Makefile @@ -0,0 +1,35 @@ +# New ports collection makefile for: vqcc-gtk +# Date created: 07 Sep 2004 +# Whom: Saulius Menkevicius <bob@nulis.lt> +# +# $FreeBSD$ +# + +PORTNAME= vqcc-gtk +PORTVERSION= 0.5 +PORTREVISION= 2 +CATEGORIES?= net-im +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER?= ports@FreeBSD.org +COMMENT= LAN chat client compatible with quickChat and Vypress Chat (TM) + +LIB_DEPENDS= startup-notification-1.0:${PORTSDIR}/x11/startup-notification + +USE_X_PREFIX= yes +USE_GNOME= gnomehack gnomeprefix gnometarget gtk20 +USE_GMAKE= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" + +PLIST_FILES= bin/vqcc-gtk \ + share/applications/vqcc-gtk.desktop \ + share/pixmaps/vqcc-gtk.png \ + share/locale/lt/LC_MESSAGES/vqcc-gtk.mo \ + share/locale/ru/LC_MESSAGES/vqcc-gtk.mo + +CPPFLAGS= -I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS} +LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD_LIBS} + +.include <bsd.port.mk> diff --git a/net-im/vqcc-gtk/distinfo b/net-im/vqcc-gtk/distinfo new file mode 100644 index 000000000..19c179580 --- /dev/null +++ b/net-im/vqcc-gtk/distinfo @@ -0,0 +1,3 @@ +MD5 (vqcc-gtk-0.5.tar.gz) = 88c2beaa96b58b380147a1d24c90349d +SHA256 (vqcc-gtk-0.5.tar.gz) = e29577a606eb4992795a0a711092eced90f5abca31609093309f12b04b7f8e1f +SIZE (vqcc-gtk-0.5.tar.gz) = 252284 diff --git a/net-im/vqcc-gtk/pkg-descr b/net-im/vqcc-gtk/pkg-descr new file mode 100644 index 000000000..b6790c331 --- /dev/null +++ b/net-im/vqcc-gtk/pkg-descr @@ -0,0 +1,12 @@ +vqcc-gtk is a chat application written in C for the GTK+ toolkit, primarily +used in small LAN's. It is based on quickChat/Vypress Chat (TM) for Windows +(from Vypress Research) and is licensed under the GPL. + +The application supports both quickChat and Vypress Chat(TM) protocols and +hopefully is compatible enough to substitute those applications when using +Linux, FreeBSD or another *NIX desktop. You need no server to run, however +it is not possible to communicate outside your LAN (or subnet). + +(From the About page) + +WWW: http://vqcc-gtk.sourceforge.net/ |