freebsd-ports/net-im/vqcc-gtk/Makefile
Rodrigo Osorio 05f0f44a55 */*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
2023-11-01 23:11:47 +01:00

21 lines
518 B
Makefile

PORTNAME= vqcc-gtk
PORTVERSION= 0.5
PORTREVISION= 10
CATEGORIES?= net-im
MASTER_SITES= SF
MAINTAINER?= ports@FreeBSD.org
COMMENT= LAN chat client compatible with quickChat and Vypress Chat (TM)
WWW= https://vqcc-gtk.sourceforge.net/
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>