aboutsummaryrefslogtreecommitdiffstats
path: root/devel/kprof/Makefile
blob: b0fff6336d69d23819a11b417b592ecc680a4580 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# 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
CATEGORIES= devel
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

MAINTAINER= pmarquis@pobox.com

USE_KDELIBS_VER=    3
GNU_CONFIGURE=  yes
CONFIGURE_ENV=  KDEDIR=${PREFIX} KDB2HTML=${PREFIX}/bin/kdb2html
CONFIGURE_ARGS= --prefix=${PREFIX} \
        --with-qt-includes=${X11BASE}/include \
        --with-qt-libraries=${X11BASE}/lib
USE_GMAKE=  yes
MAKE_ENV=   ${CONFIGURE_ENV}

.include <bsd.port.mk>