1999-04-10 19:08:24 +00:00
|
|
|
# New ports collection makefile for: kvirc
|
2000-02-05 00:17:56 +00:00
|
|
|
# Version required: 1.0.0
|
1999-04-10 19:08:24 +00:00
|
|
|
# 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-02-05 00:17:56 +00:00
|
|
|
DISTNAME= kvirc-1.0.0
|
|
|
|
CATEGORIES= irc
|
|
|
|
MASTER_SITES= ftp://ftp.kvirc.bz.nu/pub/mirror/kvirc/ \
|
|
|
|
http://www.kvirc.org/
|
1999-04-10 19:08:24 +00:00
|
|
|
|
2000-02-05 00:17:56 +00:00
|
|
|
MAINTAINER= andrews@technologist.com
|
1999-04-10 19:08:24 +00:00
|
|
|
|
2000-02-05 00:17:56 +00:00
|
|
|
USE_QT2= yes
|
|
|
|
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
|
1999-04-10 19:08:24 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|