freebsd-ports/net-im/vqcc-gtk/Makefile
Dmitry Marakasov 6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
2011-09-23 22:26:39 +00:00

26 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= 7
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>