1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00
freebsd-ports/net-im/vqcc-gtk/Makefile
Baptiste Daroussin ffb7170399 Modernize LIB_DEPENDS
With hat:	portmgr
2014-07-14 18:42:04 +00:00

23 lines
553 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
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} -lintl
.include <bsd.port.mk>