freebsd-ports/devel/kprof/Makefile
Kirill Ponomarev e6877fa792 - Use Qt treeview libraries
PR:		50992
Submitted by:	zako <hagerakko@geocities.co.jp>
Approved by:	maintainer timeout > 1 month
2003-12-21 18:54:17 +00:00

25 lines
509 B
Makefile

# 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.1
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= pmarquis@pobox.com
COMMENT= A profiling tool for KDE
USE_KDELIBS_VER= 3
GNU_CONFIGURE= yes
CONFIGURE_ENV= KDB2HTML=${PREFIX}/bin/kdb2html
USE_GMAKE= yes
MAKE_ENV= ${CONFIGURE_ENV}
.include <bsd.port.mk>