1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/net-im/vqcc-gtk/Makefile
2010-02-05 11:46:55 +00:00

28 lines
674 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= 6
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 gnometarget gtk20
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
.include <bsd.port.mk>