freebsd-ports/net-im/vqcc-gtk/Makefile
Niclas Zeising 897ad0b36e Add USES=xorg USES=gl, ports categories n
Add USES=xorg and USES=gl to ports in categories starting with 'n'.
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
2019-11-06 18:58:04 +00:00

23 lines
539 B
Makefile

# Created by: Saulius Menkevicius <bob@nulis.lt>
# $FreeBSD$
PORTNAME= vqcc-gtk
PORTVERSION= 0.5
PORTREVISION= 9
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:x11/startup-notification
USES= pathfix gmake gnome gettext pkgconfig xorg
USE_GNOME= gnomeprefix gtk20
USE_XORG= x11 xext xscrnsaver
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
.include <bsd.port.mk>