a5cc69614b
intended to be a competitor to Konqueror, the default KDE file manager: Konqueror acts as universal viewer being able to show HTML pages, text documents, directories and a lot more, whereas Dolphin focuses on being only a file manager. This approach allows to optimize the user interface for the task of file management. WWW: http://enzosworld.gmxhome.de/
24 lines
527 B
Makefile
24 lines
527 B
Makefile
# New ports collection makefile for: dolphin
|
|
# Date created: Tue Feb 27 05:11:09 CET 2007
|
|
# Whom: Markus Brueffer <markus@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= dolphin
|
|
PORTVERSION= 0.8.2
|
|
CATEGORIES= x11-fm kde
|
|
MASTER_SITES= http://enzosworld.gmxhome.de/download/
|
|
|
|
MAINTAINER= markus@FreeBSD.org
|
|
COMMENT= File manager for KDE
|
|
|
|
USE_KDELIBS_VER=3
|
|
USE_AUTOTOOLS= libtool:15
|
|
USE_GMAKE= yes
|
|
|
|
post-patch:
|
|
@${TOUCH} ${WRKSRC}/config.h.in
|
|
@${REINPLACE_CMD} -e 's/-O2//g' ${WRKSRC}/${CONFIGURE_SCRIPT}
|
|
|
|
.include <bsd.port.mk>
|