Import net-im/vqcc-gtk version 0.5_8
[dports.git] / net-im / vqcc-gtk / Makefile
1 # New ports collection makefile for:    vqcc-gtk
2 # Date created:                 07 Sep 2004
3 # Whom:                         Saulius Menkevicius <bob@nulis.lt>
4 #
5 # $FreeBSD: ports/net-im/vqcc-gtk/Makefile,v 1.18 2012/11/17 06:00:30 svnexp Exp $
6 #
7
8 PORTNAME=       vqcc-gtk
9 PORTVERSION=    0.5
10 PORTREVISION=   8
11 CATEGORIES?=    net-im
12 MASTER_SITES=   SF
13
14 MAINTAINER?=    ports@FreeBSD.org
15 COMMENT=        LAN chat client compatible with quickChat and Vypress Chat (TM)
16
17 LIB_DEPENDS=    startup-notification-1.0:${PORTSDIR}/x11/startup-notification
18
19 USE_GNOME=      gnomehack gnomeprefix gtk20
20 USE_GMAKE=      yes
21 GNU_CONFIGURE=  yes
22
23 CPPFLAGS+=      -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
24 LDFLAGS+=       -L${LOCALBASE}/lib ${PTHREAD_LIBS}
25
26 .include <bsd.port.mk>