From e276c33eabd09e97196da53eed6d05f22b012775 Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Tue, 18 Jun 2002 20:40:18 +0000 Subject: add kprof 1.3 A profiling tool for KDE. PR: 33135 Submitted by: Paul Marquis --- devel/kprof/Makefile | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 devel/kprof/Makefile (limited to 'devel/kprof/Makefile') 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 +# +# $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 -- cgit v1.2.3