1999-04-10 19:08:24 +00:00
|
|
|
# New ports collection makefile for: kvirc
|
|
|
|
# Date created: Mon Feb 15 02:53:29 CET 1999
|
|
|
|
# Whom: Anders Nordby <anders@fix.no>
|
|
|
|
#
|
1999-08-25 06:16:32 +00:00
|
|
|
# $FreeBSD$
|
1999-04-10 19:08:24 +00:00
|
|
|
#
|
|
|
|
|
2000-04-12 06:28:35 +00:00
|
|
|
PORTNAME= kvirc
|
2000-09-26 22:26:13 +00:00
|
|
|
PORTVERSION= 2.0.0
|
2000-02-05 00:17:56 +00:00
|
|
|
CATEGORIES= irc
|
2000-10-15 07:50:34 +00:00
|
|
|
MASTER_SITES= ftp://ftp.kvirc.net/kvirc/${PORTVERSION}/source/ \
|
|
|
|
ftp://ftp.kvirc.bz.nu/pub/mirror/kvirc/${PORTVERSION}/source/ \
|
|
|
|
ftp://kvirc.firenze.linux.it/pub/kvirc/${PORTVERSION}/source/
|
1999-04-10 19:08:24 +00:00
|
|
|
|
2000-10-02 05:39:35 +00:00
|
|
|
MAINTAINER= trevor@FreeBSD.org
|
1999-04-10 19:08:24 +00:00
|
|
|
|
2000-09-23 08:05:59 +00:00
|
|
|
BUILD_DEPENDS= gettext:${PORTSDIR}/devel/gettext
|
2000-03-22 23:45:54 +00:00
|
|
|
|
2000-09-26 22:26:13 +00:00
|
|
|
ALL_TARGET= kvirc
|
|
|
|
MAN1= kvirc.1
|
|
|
|
USE_LIBTOOL= yes
|
|
|
|
USE_AUTOMAKE= yes
|
|
|
|
USE_AUTOCONF= yes
|
2000-04-15 00:18:30 +00:00
|
|
|
USE_NEWGCC= yes
|
2000-09-26 22:26:13 +00:00
|
|
|
USE_QT2= yes
|
2000-02-05 00:17:56 +00:00
|
|
|
USE_X_PREFIX= yes
|
1999-04-10 19:08:24 +00:00
|
|
|
USE_GMAKE= yes
|
2000-09-26 22:26:13 +00:00
|
|
|
CONFIGURE_ARGS= --x-includes=$(X11BASE)/include \
|
|
|
|
--x-libraries=$(X11BASE)/lib \
|
|
|
|
--datadir=$(PREFIX)/share \
|
|
|
|
--with-qt-moc=${X11BASE}/bin/moc2 \
|
2000-02-05 00:17:56 +00:00
|
|
|
--with-qt-include-dir=${X11BASE}/include/qt2 \
|
2000-09-26 22:26:13 +00:00
|
|
|
--with-qt-library-dir=${X11BASE}/lib \
|
|
|
|
--without-kde-check \
|
|
|
|
--without-pthread-check \
|
|
|
|
--without-qt-check \
|
|
|
|
--without-plugin-support
|
2000-04-15 00:18:30 +00:00
|
|
|
CONFIGURE_ENV+= SS_X_EXTRA_LIBS=-lxpg4
|
2000-09-26 22:26:13 +00:00
|
|
|
|
|
|
|
pre-build:
|
|
|
|
for i in `find ${WRKSRC} -name Makefile` ; do \
|
|
|
|
${PERL} -pi -e "s@lqt @lqt2 @g" $$i ; \
|
|
|
|
${PERL} -pi -e "s@lpthread@pthread@g" $$i ; \
|
|
|
|
done
|
1999-04-10 19:08:24 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|