27 lines
605 B
Makefile
27 lines
605 B
Makefile
# 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= 8
|
|
CATEGORIES?= net-im
|
|
MASTER_SITES= SF
|
|
|
|
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_GNOME= gnomehack gnomeprefix gtk20
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
|
|
LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
|
|
|
|
.include <bsd.port.mk>
|