mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
5d8173ac16
- Switch to qt4 - Drop gentoo patches no longer supported PR: based on 120324 Submitted by: Dmitry Sivachenko <demon@freebsd.org> Approved by: shaun (maintainer)
40 lines
997 B
Makefile
40 lines
997 B
Makefile
# New ports collection makefile for: psi
|
|
# Date created: Wed May 1 20:27:23 NZST 2002
|
|
# Whom: jonc@chen.org.nz
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= psi
|
|
DISTVERSION= 0.11
|
|
CATEGORIES= net-im
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= shaun@FreeBSD.org
|
|
COMMENT= A Qt-based Jabber client
|
|
|
|
LIB_DEPENDS= qca.2:${PORTSDIR}/devel/qca
|
|
|
|
HAS_CONFIGURE= yes
|
|
USE_BZIP2= yes
|
|
USE_QT_VER= 4
|
|
QT_COMPONENTS= corelib dbus gui iconengines imageformats qt3support \
|
|
inputmethods moc network rcc script svg uic xml
|
|
|
|
|
|
CONFIGURE_ENV= QMAKESPEC=${LOCALBASE}/share/qt4/mkspecs/freebsd-g++ \
|
|
PTHREAD_CFLAGS=${PTHREAD_CFLAGS} \
|
|
PTHREAD_LDFLAGS=${PTHREAD_LIBS} \
|
|
KDEDIR=${LOCALBASE}
|
|
CONFIGURE_ARGS= --prefix=${PREFIX} --qtdir=${LOCALBASE} \
|
|
--with-qca-inc=${LOCALBASE}/include/QtCrypto \
|
|
--with-qca-lib=${LOCALBASE}/lib \
|
|
--disable-growl --disable-dnotify --disable-ghbnr
|
|
MAKE_ARGS+= QTDIR=${QT_PREFIX} \
|
|
QMAKESPEC=${LOCALBASE}/share/qt4/mkspecs/freebsd-g++
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${PREFIX}/bin/psi
|
|
|
|
.include <bsd.port.mk>
|