mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
ffb7170399
With hat: portmgr
23 lines
553 B
Makefile
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>
|