blob: 0719dddf1450506e79b3a998a755cb1550b7a92a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# New ports collection makefile for: kvirc
# Version required: 1.0.0
# Date created: Mon Feb 15 02:53:29 CET 1999
# Whom: Anders Nordby <anders@fix.no>
#
# $FreeBSD$
#
DISTNAME= kvirc-1.0.0
CATEGORIES= irc
MASTER_SITES= ftp://ftp.kvirc.bz.nu/pub/mirror/kvirc/ \
http://www.kvirc.org/
MAINTAINER= andrews@technologist.com
LIB_DEPENDS= pthread.13:${PORTSDIR}/devel/pth-devel
USE_QT2= yes
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
USE_GMAKE= 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
.include <bsd.port.mk>
|