summaryrefslogtreecommitdiff
path: root/devel/kprof/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-06-18 20:40:18 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-06-18 20:40:18 +0000
commite276c33eabd09e97196da53eed6d05f22b012775 (patch)
tree57177b4a52e5aa7e25116d971c6498301cb6e581 /devel/kprof/Makefile
parentRegister PIC archives when INSTALL_PIC_ARCHIVE has been defined. (diff)
add kprof 1.3
A profiling tool for KDE. PR: 33135 Submitted by: Paul Marquis <pmarquis@pobox.com>
Notes
Notes: svn path=/head/; revision=61525
Diffstat (limited to 'devel/kprof/Makefile')
-rw-r--r--devel/kprof/Makefile28
1 files changed, 28 insertions, 0 deletions
diff --git a/devel/kprof/Makefile b/devel/kprof/Makefile
new file mode 100644
index 000000000000..319383454a67
--- /dev/null
+++ b/devel/kprof/Makefile
@@ -0,0 +1,28 @@
+# ex:ts=8
+# Ports collection makefile for: kprof
+# Date Created: 24 December 2001
+# Whom: Paul Marquis <pmarquis@pobox.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= kprof
+PORTVERSION= 1.3
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
+
+MAINTAINER= pmarquis@pobox.com
+
+USE_KDELIBS_VER= 2
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= KDEDIR=${PREFIX} MOC=moc2 LIBQT=-lqt2
+CONFIGURE_ARGS= --prefix=${PREFIX} \
+ --with-extra-includes=${PREFIX}/include \
+ --with-extra-libs=${PREFIX}/lib \
+ --with-qt-includes=${X11BASE}/include/qt2 \
+ --with-qt-libraries=${X11BASE}/lib
+USE_GMAKE= yes
+MAKE_ENV= ${CONFIGURE_ENV}
+
+.include <bsd.port.mk>