9aa2e96d16
--------------------------------------------------- To run this licq with qt and Xfree86 4.x.x you must start it with "licq -- -noxim" --------------------------------------------------- Problem analysed by Andriy Gapon. PR: 34534
48 lines
1.2 KiB
Makefile
48 lines
1.2 KiB
Makefile
# New ports collection makefile for: qt-gui-licq
|
|
# Date created: 18 October 2000
|
|
# Whom: Jeremy Norris <ishmael272home.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= qt-gui
|
|
PORTVERSION= ${QT_LICQ_VER}
|
|
CATEGORIES= net
|
|
|
|
MAINTAINER= dinoex@FreeBSD.org
|
|
|
|
USE_AUTOMAKE= yes
|
|
USE_QT_VER= 2
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" \
|
|
LIBS="${PTHREAD_LIBS}"
|
|
|
|
post-patch:
|
|
@${PERL5} -pi -e 's|libqt-mt.so.2|libqt2-mt.so.4|g;' \
|
|
-e 's|-lqt-mt|-lqt2-mt|g;' -e 's|libqt.so|libqt2.so|g;' \
|
|
-e 's|-lqt$$|-lqt2|g;' ${WRKSRC}/acinclude.m4
|
|
|
|
pre-configure:
|
|
@(cd ${WRKSRC} && ${ACLOCAL})
|
|
|
|
post-configure:
|
|
@(cd ${WRKSRC} && ${PERL5} am_edit)
|
|
@${PERL5} -pi -e 's|^archive_cmds=.*nostdlib.*|| ; \
|
|
s|^build_libtool_need_lc=.*|build_libtool_need_lc=no| ; \
|
|
s|^deplibs_check_method=.*|deplibs_check_method=pass_all|' \
|
|
${WRKSRC}/libtool
|
|
|
|
post-install:
|
|
${RM} -rf ${PREFIX}/share/licq/qt-gui/locale
|
|
.if exists(${X11BASE}/bin/XFree86)
|
|
@${CAT} ${PKGMESSAGE}
|
|
.endif
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.if defined(WITH_LICQ_DEVEL)
|
|
.include "${PORTSDIR}/net/licq-devel/Makefile.inc"
|
|
.else
|
|
.include "${PORTSDIR}/net/licq/Makefile.inc"
|
|
.endif
|
|
.include <bsd.port.post.mk>
|