summaryrefslogtreecommitdiff
path: root/irc/kvirc-devel/Makefile
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>1999-05-14 11:54:55 +0000
committercvs2svn <cvs2svn@FreeBSD.org>1999-05-14 11:54:55 +0000
commitb919b8311bc5d38e5731d40525c88c54816f4530 (patch)
tree35bbb3a9293cb7a160571b1bceb1ca2a52507a18 /irc/kvirc-devel/Makefile
parentDespite what I said before, this is the official INDEX file for (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_2_0'.release/3.2.0
Notes
Notes: svn path=/head/; revision=18827 svn path=/tags/RELEASE_3_2_0/; revision=18828; tag=release/3.2.0
Diffstat (limited to 'irc/kvirc-devel/Makefile')
-rw-r--r--irc/kvirc-devel/Makefile30
1 files changed, 0 insertions, 30 deletions
diff --git a/irc/kvirc-devel/Makefile b/irc/kvirc-devel/Makefile
deleted file mode 100644
index 6903170fa248..000000000000
--- a/irc/kvirc-devel/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# New ports collection makefile for: kvirc
-# Version required: 0.9.0
-# Date created: Mon Feb 15 02:53:29 CET 1999
-# Whom: Anders Nordby <anders@fix.no>
-#
-# $Id: Makefile,v 1.1.1.1 1999/04/10 19:08:24 jseger Exp $
-#
-
-DISTNAME= kvirc-0.9.0
-CATEGORIES= net kde
-MASTER_SITES= $(MASTER_SITE_KDE)
-MASTER_SITE_SUBDIR= stable/1.1/apps/network
-
-MAINTAINER= anders@fix.no
-
-LIB_DEPENDS= kdecore.2:${PORTSDIR}/x11/kdelibs11 \
- kdeui.2:${PORTSDIR}/x11/kdelibs11 \
- khtmlw.2:${PORTSDIR}/x11/kdelibs11
-
-USE_QT= yes
-GNU_CONFIGURE= yes
-USE_GMAKE= yes
-
-KDEDIR= ${PREFIX}
-
-CONFIGURE_ARGS= --x-includes=$(X11BASE)/include --x-libraries=$(X11BASE)/lib \
- --datadir=$(PREFIX)/share/kde
-CONFIGURE_ENV= MOC=${X11BASE}/bin/moc
-
-.include <bsd.port.mk>