mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
4166abb7e4
In the soon to be committed glib and gtk update, the INSTALLS_ICONS macro will gain the long missing gtk-update-icon-theme dependancy. After talking with members from of our KDE team. There isn't any indication that this gtk util is usefull for KDE.
46 lines
1018 B
Makefile
46 lines
1018 B
Makefile
# 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= 5
|
|
CATEGORIES= x11-fm kde
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A two window file-manager for KDE, like midnight or norton commander
|
|
|
|
USE_KDELIBS_VER=3
|
|
USE_AUTOTOOLS= libtool
|
|
USE_GMAKE= yes
|
|
USE_GETTEXT= yes
|
|
|
|
QTDIR?=${QT_PREFIX}/bin
|
|
KDEDIR?=${LOCALBASE}/bin
|
|
CONFIGURE_ENV+=QTDIR=${QTDIR} KDEDIR=${KDEDIR}
|
|
LD_CONFIG= 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>
|