aboutsummaryrefslogtreecommitdiffstats
path: root/x11-fm/krusader/Makefile
blob: 6911a73abb67c422dcf23c081862f79a8777186f (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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# New ports collection makefile for:    krusader
# Date created:     21-04-2003
# Whom:         Heiner <h.eichmann@gmx.de>
#
# $FreeBSD$
#

PORTNAME=   krusader
PORTVERSION=    1.90.0
PORTREVISION=   4
CATEGORIES= x11-fm kde
MASTER_SITES=   SF

MAINTAINER= h.eichmann@gmx.de
COMMENT=    A two window file-manager for KDE, like midnight or norton commander

USE_KDELIBS_VER=3
USE_AUTOTOOLS=  libtool:22
USE_GMAKE=  yes
USE_GETTEXT=    yes

QTDIR?=${QT_PREFIX}/bin
KDEDIR?=${LOCALBASE}/bin
CONFIGURE_ENV+=QTDIR=${QTDIR} KDEDIR=${KDEDIR}
LD_CONFIG=  yes
INSTALLS_ICONS= yes

MAN1=   krusader.1

pre-everything::
    @${ECHO_MSG}
    @${ECHO_MSG} "The following settings are assumed:"
    @${ECHO_MSG} "Installation directory of qt3: QTDIR=${QTDIR}"
    @${ECHO_MSG} "Installation directory of KDE3: KDEDIR=${KDEDIR}"
    @${ECHO_MSG} "If these assumptions are wrong, stop the build NOW and set the variables correspondingly!"
    @${ECHO_MSG}
    @sleep 3

pre-configure:
    ${RM} ${WRKSRC}/admin/cvs.sh
    ${TOUCH} ${WRKSRC}/admin/cvs.sh

post-install:
    @${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>