summaryrefslogtreecommitdiff
path: root/irc/kvirc-devel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'irc/kvirc-devel/Makefile')
-rw-r--r--irc/kvirc-devel/Makefile46
1 files changed, 0 insertions, 46 deletions
diff --git a/irc/kvirc-devel/Makefile b/irc/kvirc-devel/Makefile
deleted file mode 100644
index 6f6570a9c21e..000000000000
--- a/irc/kvirc-devel/Makefile
+++ /dev/null
@@ -1,46 +0,0 @@
-# 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.0.0
-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= gettext:${PORTSDIR}/devel/gettext
-
-ALL_TARGET= kvirc
-MAN1= kvirc.1
-USE_LIBTOOL= yes
-USE_AUTOMAKE= yes
-USE_AUTOCONF= yes
-USE_NEWGCC= yes
-USE_QT2= yes
-USE_X_PREFIX= 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 \
- --without-kde-check \
- --without-pthread-check \
- --without-qt-check \
- --without-plugin-support
-CONFIGURE_ENV+= SS_X_EXTRA_LIBS=-lxpg4
-
-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
-
-.include <bsd.port.mk>