aboutsummaryrefslogtreecommitdiff
path: root/irc/kvirc-devel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'irc/kvirc-devel/Makefile')
-rw-r--r--irc/kvirc-devel/Makefile26
1 files changed, 0 insertions, 26 deletions
diff --git a/irc/kvirc-devel/Makefile b/irc/kvirc-devel/Makefile
deleted file mode 100644
index 885443e32f1b..000000000000
--- a/irc/kvirc-devel/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# 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
-
-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
-USE_LIBTOOL= yes
-
-.include <bsd.port.mk>