f6c8ed50f8
- Grab maintainership by Heiner's request (he has no time now) PR: 140194 Submitted by: myself Approved by: Heiner <h.eichmann@gmx.de> (maintainer) Approved by: tabthorpe (co-mentor) Feature safe: yes
31 lines
727 B
Makefile
31 lines
727 B
Makefile
# New ports collection makefile for: krusader
|
|
# Date created: 21-04-2003
|
|
# Whom: Heiner <h.eichmann@gmx.de>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= krusader
|
|
PORTVERSION= 2.1.0.b1
|
|
CATEGORIES= x11-fm kde
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:S/.b/-beta/}/
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/-beta/}
|
|
|
|
MAINTAINER= fluffy@FreeBSD.org
|
|
COMMENT= A two window file-manager for KDE, like midnight or norton commander
|
|
|
|
USE_KDE4= kdelibs kdeprefix kdehier automoc4
|
|
KDE4_BUILDENV= yes
|
|
USE_QT_VER= 4
|
|
QT_COMPONENTS= gui network xml moc_build qmake_build\
|
|
rcc_build uic_build
|
|
USE_BZIP2= yes
|
|
USE_GETTEXT= yes
|
|
USE_ICONV= yes
|
|
MAKE_JOBS_UNSAFE= yes
|
|
LATEST_LINK= krusader2
|
|
|
|
post-extract:
|
|
${MKDIR} ${WRKSRC}
|
|
|
|
.include <bsd.port.mk>
|