2002-05-02 07:50:40 +02:00
|
|
|
# New ports collection makefile for: psi
|
|
|
|
# Date created: Wed May 1 20:27:23 NZST 2002
|
|
|
|
# Whom: jonc@chen.org.nz
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= psi
|
2008-08-08 11:23:16 +02:00
|
|
|
DISTVERSION= 0.12
|
2005-11-09 09:21:21 +01:00
|
|
|
CATEGORIES= net-im
|
2008-07-11 01:27:03 +02:00
|
|
|
MASTER_SITES= SF
|
2002-05-02 07:50:40 +02:00
|
|
|
|
2006-06-19 22:06:59 +02:00
|
|
|
MAINTAINER= shaun@FreeBSD.org
|
2008-07-11 01:27:03 +02:00
|
|
|
COMMENT= A Qt-based Jabber client
|
2002-05-02 07:50:40 +02:00
|
|
|
|
2008-07-11 01:27:03 +02:00
|
|
|
LIB_DEPENDS= qca.2:${PORTSDIR}/devel/qca
|
2004-01-28 07:24:34 +01:00
|
|
|
|
2002-11-10 18:12:28 +01:00
|
|
|
HAS_CONFIGURE= yes
|
2002-05-02 07:50:40 +02:00
|
|
|
USE_BZIP2= yes
|
2008-07-11 01:27:03 +02:00
|
|
|
USE_QT_VER= 4
|
|
|
|
QT_COMPONENTS= corelib dbus gui iconengines imageformats qt3support \
|
|
|
|
inputmethods moc network rcc script svg uic xml
|
2005-04-08 08:37:01 +02:00
|
|
|
|
2008-07-11 01:27:03 +02:00
|
|
|
CONFIGURE_ENV= QMAKESPEC=${LOCALBASE}/share/qt4/mkspecs/freebsd-g++ \
|
2005-04-08 08:37:01 +02:00
|
|
|
PTHREAD_CFLAGS=${PTHREAD_CFLAGS} \
|
2005-05-16 20:44:15 +02:00
|
|
|
PTHREAD_LDFLAGS=${PTHREAD_LIBS} \
|
|
|
|
KDEDIR=${LOCALBASE}
|
- 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
|
|
|
CONFIGURE_ARGS= --prefix=${PREFIX} --qtdir=${LOCALBASE} \
|
2008-08-08 11:23:16 +02:00
|
|
|
--disable-growl --disable-ghbnr
|
2007-02-13 01:16:29 +01:00
|
|
|
MAKE_ARGS+= QTDIR=${QT_PREFIX} \
|
2008-07-11 01:27:03 +02:00
|
|
|
QMAKESPEC=${LOCALBASE}/share/qt4/mkspecs/freebsd-g++
|
2006-05-27 08:51:50 +02:00
|
|
|
|
2008-08-08 11:23:16 +02:00
|
|
|
post-patch:
|
|
|
|
#fix build when libzip is installed
|
|
|
|
cd ${WRKSRC}/src/tools/zip && ${LN} zip.h psi-zip.h
|
|
|
|
|
2004-01-09 12:24:03 +01:00
|
|
|
post-install:
|
|
|
|
${STRIP_CMD} ${PREFIX}/bin/psi
|
2008-07-11 01:27:03 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|