2013-03-28 04:28:30 +01:00
|
|
|
# Created by: Saulius Menkevicius <bob@nulis.lt>
|
2005-03-09 16:06:07 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= vqcc-gtk
|
2006-07-20 05:30:18 +02:00
|
|
|
PORTVERSION= 0.5
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 8
|
2005-11-09 08:48:19 +01:00
|
|
|
CATEGORIES?= net-im
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
MASTER_SITES= SF
|
2005-03-09 16:06:07 +01:00
|
|
|
|
2005-11-09 10:43:51 +01:00
|
|
|
MAINTAINER?= ports@FreeBSD.org
|
2005-03-09 16:06:07 +01:00
|
|
|
COMMENT= LAN chat client compatible with quickChat and Vypress Chat (TM)
|
|
|
|
|
|
|
|
LIB_DEPENDS= startup-notification-1.0:${PORTSDIR}/x11/startup-notification
|
|
|
|
|
2013-03-28 04:28:30 +01:00
|
|
|
USES= pathfix
|
|
|
|
USE_GNOME= gnomeprefix gtk20
|
2005-03-09 16:06:07 +01:00
|
|
|
USE_GMAKE= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
|
2005-03-09 16:06:07 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|