mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
216b5a285f
PR: 192062 Exp-run by: antoine Approved by: portmgr (antoine)
24 lines
540 B
Makefile
24 lines
540 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= libstartup-notification-1.so:${PORTSDIR}/x11/startup-notification
|
|
|
|
USES= pathfix gmake gettext pkgconfig
|
|
USE_GNOME= gnomeprefix gtk20
|
|
USE_XORG= x11 xext xscrnsaver
|
|
GNU_CONFIGURE= yes
|
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LIBS+= -L${LOCALBASE}/lib
|
|
|
|
.include <bsd.port.mk>
|