Tweak net-im/vqcc-gtk version 0.5_8
[dports.git] / net-im / vqcc-gtk / Makefile
1 # Created by: Saulius Menkevicius <bob@nulis.lt>
2 # $FreeBSD$
3
4 PORTNAME=       vqcc-gtk
5 PORTVERSION=    0.5
6 PORTREVISION=   8
7 CATEGORIES?=    net-im
8 MASTER_SITES=   SF
9
10 MAINTAINER?=    ports@FreeBSD.org
11 COMMENT=        LAN chat client compatible with quickChat and Vypress Chat (TM)
12
13 LIB_DEPENDS=    libstartup-notification-1.so:${PORTSDIR}/x11/startup-notification
14
15 USES=           pathfix gmake gettext pkgconfig
16 USE_GNOME=      gnomeprefix gtk20
17 GNU_CONFIGURE=  yes
18
19 CPPFLAGS+=      -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
20 LDFLAGS+=       -L${LOCALBASE}/lib ${PTHREAD_LIBS} -lintl
21
22 .include <bsd.port.mk>