freebsd-ports/net-im/vqcc-gtk/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

34 lines
982 B
Makefile

# New ports collection makefile for: vqcc-gtk
# Date created: 07 Sep 2004
# Whom: Saulius Menkevicius <bob@nulis.lt>
# $FreeBSD$
#
PORTNAME= vqcc-gtk
PORTVERSION= 0.5
PORTREVISION= 1
CATEGORIES?= net-im
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER?= ports@FreeBSD.org
COMMENT= LAN chat client compatible with quickChat and Vypress Chat (TM)
LIB_DEPENDS= startup-notification-1.0:${PORTSDIR}/x11/startup-notification
USE_X_PREFIX= yes
USE_GNOME= gnomehack gnomeprefix gnometarget gtk20
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
PLIST_FILES= bin/vqcc-gtk \
share/gnome/applications/vqcc-gtk.desktop \
share/gnome/pixmaps/vqcc-gtk.png \
share/locale/lt/LC_MESSAGES/vqcc-gtk.mo \
share/locale/ru/LC_MESSAGES/vqcc-gtk.mo
CPPFLAGS= -I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS}
LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD_LIBS}
.include <bsd.port.mk>