2003-05-17 23:29:17 +02:00
|
|
|
# New ports collection makefile for: krusader
|
|
|
|
# Date created: 21-04-2003
|
|
|
|
# Whom: Heiner <h.eichmann@gmx.de>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= krusader
|
2006-07-19 17:00:59 +02:00
|
|
|
PORTVERSION= 1.70.1
|
2003-05-17 23:29:17 +02:00
|
|
|
CATEGORIES= x11-fm kde
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR=krusader
|
|
|
|
|
|
|
|
MAINTAINER= h.eichmann@gmx.de
|
|
|
|
COMMENT= A two window file-manager for KDE, like midnight or norton commander
|
|
|
|
|
|
|
|
USE_KDELIBS_VER=3
|
2006-02-23 11:40:44 +01:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2003-05-17 23:29:17 +02:00
|
|
|
USE_GMAKE= yes
|
2006-04-02 18:59:28 +02:00
|
|
|
USE_GETTEXT= yes
|
2003-05-17 23:29:17 +02:00
|
|
|
|
2007-02-13 01:16:29 +01:00
|
|
|
QTDIR?=${QT_PREFIX}/bin
|
2003-12-08 07:15:05 +01:00
|
|
|
KDEDIR?=${LOCALBASE}/bin
|
2003-05-17 23:29:17 +02:00
|
|
|
CONFIGURE_TARGET=
|
2003-12-08 07:15:05 +01:00
|
|
|
CONFIGURE_ENV+=QTDIR=${QTDIR} KDEDIR=${KDEDIR}
|
2005-04-12 05:26:56 +02:00
|
|
|
CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
2006-11-18 20:14:35 +01:00
|
|
|
LD_CONFIG= yes
|
2003-12-08 07:15:05 +01:00
|
|
|
|
|
|
|
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}"
|
2004-12-21 09:43:32 +01:00
|
|
|
@${ECHO_MSG} "If these assumptions are wrong, stop the build NOW and set the variables correspondingly!"
|
2003-12-08 07:15:05 +01:00
|
|
|
@${ECHO_MSG}
|
|
|
|
@sleep 3
|
2003-05-17 23:29:17 +02:00
|
|
|
|
2004-11-03 12:07:44 +01:00
|
|
|
pre-configure:
|
|
|
|
${RM} ${WRKSRC}/admin/cvs.sh
|
|
|
|
${TOUCH} ${WRKSRC}/admin/cvs.sh
|
|
|
|
|
2003-05-17 23:29:17 +02:00
|
|
|
post-install:
|
|
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
|
2006-11-18 20:14:35 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${OSVERSION} < 500000
|
|
|
|
BROKEN= Does not compile on FreeBSD 4.x
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|