mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
24 lines
539 B
Makefile
24 lines
539 B
Makefile
# Created by: 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
|
|
|
|
USES= pathfix
|
|
USE_GNOME= gnomeprefix gtk20
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
|
|
LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
|
|
|
|
.include <bsd.port.mk>
|