diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2005-03-09 15:06:07 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2005-03-09 15:06:07 +0000 |
commit | 7e398fd0f18059d74984668327854331c64f765e (patch) | |
tree | 40a7c08ba93b2b76dae1c0c103c08c75944078a6 /net-im/vqcc-gtk/Makefile | |
parent | 71bb06185e4aedb1e4e5ae41e4fcfffb07bc0466 (diff) |
- Add vqcc-gtk 0.4.1, a LAN chat client compatible with quickChat and Vypress Chat.
PR: ports/71461
Submitted by: Saulius Menkevicius <bob@nulis.lt>
Approved by: pav (mentor)
Notes
Notes:
svn path=/head/; revision=130726
Diffstat (limited to 'net-im/vqcc-gtk/Makefile')
-rw-r--r-- | net-im/vqcc-gtk/Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/net-im/vqcc-gtk/Makefile b/net-im/vqcc-gtk/Makefile new file mode 100644 index 000000000000..eaf3292df0b5 --- /dev/null +++ b/net-im/vqcc-gtk/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: vqcc-gtk +# Date created: 07 Sep 2004 +# Whom: Saulius Menkevicius <bob@nulis.lt> +# $FreeBSD$ +# + +PORTNAME= vqcc-gtk +PORTVERSION= 0.4.1 +CATEGORIES?= net +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER?= bob@nulis.lt +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_GMAKE= yes +USE_GNOME= gtk20 gnomeprefix +GNU_CONFIGURE= yes + +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS}" \ + LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD_LIBS}" \ + PTHREAD_LIB="${PTHREAD_LIBS}" + +.include <bsd.port.mk> |