freebsd-ports/irc/kvirc-devel/Makefile
Ade Lovett f18cbf2fa6 gettext upgrade uber-patch (stage 3)
- switch devel/gettext (0.11.1) on, installing full package
- flip devel/gettext-old (0.10.35) to installing only static binaries
  with a "-old" suffix -- gettext-old will have its deorbit burn
  sequence initiated just after 4.6-RELEASE
- fix up ports for the new world order

Reviewed by:	portmgr
2002-04-12 17:10:20 +00:00

46 lines
1.1 KiB
Makefile

# New ports collection makefile for: kvirc
# Date created: Mon Feb 15 02:53:29 CET 1999
# Whom: Anders Nordby <anders@fix.no>
#
# $FreeBSD$
#
PORTNAME= kvirc
PORTVERSION= 2.1.1
PORTREVISION= 1
CATEGORIES= irc
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/
MAINTAINER= trevor@FreeBSD.org
BUILD_DEPENDS= msgfmt-old:${PORTSDIR}/devel/gettext-old
ALL_TARGET= kvirc
INSTALLS_SHLIB= yes
MAN1= kvirc.1
USE_LIBTOOL= yes
USE_AUTOMAKE= yes
USE_AUTOCONF= yes
USE_BZIP2= yes
USE_QT_VER= 2
USE_X_PREFIX= yes
USE_GMAKE= yes
QT_NONSTANDARD= yes
CONFIGURE_ARGS= --x-includes=$(X11BASE)/include \
--x-libraries=$(X11BASE)/lib \
--datadir=$(PREFIX)/share \
--with-qt-moc=${X11BASE}/bin/moc2 \
--with-qt-include-dir=${X11BASE}/include/qt2 \
--with-qt-library-dir=${X11BASE}/lib \
--without-kde-check \
--with-freebsd-pthread \
--with-qt-name=qt2 \
--disable-static
CONFIGURE_ENV+= SS_X_EXTRA_LIBS="-lxpg4" \
SS_MSGFMT="${LOCALBASE}/bin/msgfmt-old"
.include <bsd.port.mk>