diff options
Diffstat (limited to 'net-im/vqcc-gtk/Makefile')
-rw-r--r-- | net-im/vqcc-gtk/Makefile | 24 |
1 files changed, 15 insertions, 9 deletions
diff --git a/net-im/vqcc-gtk/Makefile b/net-im/vqcc-gtk/Makefile index 011a26062003..cf3fb003fada 100644 --- a/net-im/vqcc-gtk/Makefile +++ b/net-im/vqcc-gtk/Makefile @@ -1,21 +1,27 @@ PORTNAME= vqcc-gtk -PORTVERSION= 0.5 -PORTREVISION= 10 -CATEGORIES?= net-im +DISTVERSION= 0.5 +PORTREVISION= 11 +CATEGORIES= net-im MASTER_SITES= SF -MAINTAINER?= ports@FreeBSD.org +MAINTAINER= mirror176@hotmail.com COMMENT= LAN chat client compatible with quickChat and Vypress Chat (TM) WWW= https://vqcc-gtk.sourceforge.net/ +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + 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 +USES= gettext gmake gnome pkgconfig xorg +USE_GNOME= gdkpixbufextra gnomeprefix gtk20 +USE_XORG= ice sm x11 xext xscrnsaver GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LIBS+= -L${LOCALBASE}/lib +PLIST_FILES= bin/vqcc-gtk \ + share/applications/vqcc-gtk.desktop \ + share/locale/lt/LC_MESSAGES/vqcc-gtk.mo \ + share/locale/ru/LC_MESSAGES/vqcc-gtk.mo \ + share/pixmaps/vqcc-gtk.png .include <bsd.port.mk> |