2007-02-27 14:23:02 +01:00
|
|
|
# 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
|
2010-03-28 08:47:48 +02:00
|
|
|
PORTREVISION= 5
|
2007-02-27 14:23:02 +01:00
|
|
|
CATEGORIES= x11-fm kde
|
2009-02-26 00:29:48 +01:00
|
|
|
MASTER_SITES= http://www.brueffer.de/distfiles/
|
2007-02-27 14:23:02 +01:00
|
|
|
|
2011-07-05 04:51:42 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2007-02-27 14:23:02 +01:00
|
|
|
COMMENT= File manager for KDE
|
|
|
|
|
|
|
|
USE_KDELIBS_VER=3
|
2010-12-04 08:34:27 +01:00
|
|
|
USE_AUTOTOOLS= libtool
|
2007-02-27 14:23:02 +01:00
|
|
|
USE_GMAKE= yes
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${TOUCH} ${WRKSRC}/config.h.in
|
|
|
|
@${REINPLACE_CMD} -e 's/-O2//g' ${WRKSRC}/${CONFIGURE_SCRIPT}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|