aboutsummaryrefslogtreecommitdiffstats
path: root/x11-fm/dolphin/Makefile
blob: 2f1faeef9580d4f90be15e0a290b3a95307cbc9b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# 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
PORTREVISION=   5
CATEGORIES= x11-fm kde
MASTER_SITES=   http://www.brueffer.de/distfiles/

MAINTAINER= markus@FreeBSD.org
COMMENT=    File manager for KDE

USE_KDELIBS_VER=3
USE_AUTOTOOLS=  libtool
USE_GMAKE=  yes

post-patch:
    @${TOUCH} ${WRKSRC}/config.h.in
    @${REINPLACE_CMD} -e 's/-O2//g' ${WRKSRC}/${CONFIGURE_SCRIPT}

.include <bsd.port.mk>