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
|
|
|
|
PORTVERSION= 1.0.0
|
2000-02-05 00:17:56 +00:00
|
|
|
CATEGORIES= irc
|
2000-04-15 00:18:30 +00:00
|
|
|
MASTER_SITES= http://www.kvirc.org/ \
|
|
|
|
ftp://ftp.kvirc.bz.nu/pub/mirror/kvirc/ \
|
|
|
|
ftp://kvirc.firenze.linux.it/pub/kvirc/
|
1999-04-10 19:08:24 +00:00
|
|
|
|
2000-03-22 01:59:41 +00:00
|
|
|
MAINTAINER= will@FreeBSD.org
|
1999-04-10 19:08:24 +00:00
|
|
|
|
2000-04-15 00:18:30 +00:00
|
|
|
BUILD_DEPENDS= gettext:${PORTSDIR}/devel/gettext \
|
|
|
|
qt2.3:${PORTSDIR}/x11-toolkits/qt21
|
2000-03-22 23:45:54 +00:00
|
|
|
|
2000-04-15 00:18:30 +00:00
|
|
|
USE_NEWGCC= yes
|
2000-02-05 00:17:56 +00:00
|
|
|
USE_X_PREFIX= yes
|
1999-04-10 19:08:24 +00:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
CONFIGURE_ARGS= --x-includes=$(X11BASE)/include --x-libraries=$(X11BASE)/lib \
|
2000-02-05 00:17:56 +00:00
|
|
|
--datadir=$(PREFIX)/share --with-qt-moc=${X11BASE}/bin/moc2 \
|
|
|
|
--with-qt-include-dir=${X11BASE}/include/qt2 \
|
|
|
|
--with-qt-library-dir=${X11BASE}/lib
|
2000-04-15 00:18:30 +00:00
|
|
|
CONFIGURE_ENV+= SS_X_EXTRA_LIBS=-lxpg4
|
2000-03-10 13:27:34 +00:00
|
|
|
USE_LIBTOOL= yes
|
1999-04-10 19:08:24 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|