Here's the Makefile & distinfo for kdeartwork to compile / install with 4.0.80, if somebody could throw them into area51 that would be great :)



--

Kris Moore
PC-BSD Software
http://www.pcbsd.com
# New ports collection Makefile for:    kdepim
# Date created:                         2008-01-31
# Whom:                                 Martin Wilke <[EMAIL PROTECTED]>
#
# $FreeBSD$

PORTNAME=       kdeartwork
PORTVERSION=    ${KDE4_VERSION}
CATEGORIES=     x11-themes kde
MASTER_SITES=   ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR=     unstable/${PORTVERSION}/src
DIST_SUBDIR=    KDE

MAINTAINER=     [EMAIL PROTECTED]
COMMENT=        KDE Artworks Themes

BUILD_DEPENDS=  xscreensaver:${PORTSDIR}/x11/xscreensaver
RUN_DEPENDS=    xscreensaver:${PORTSDIR}/x11/xscreensaver

USE_BZIP2=      yes
USE_QT_VER=     4
USE_KDE4=       kdelibs workspace
USE_KDE4_BUILD= yes
QT_COMPONENTS=  opengl gui moc rcc uic svg qt3support

post-extract:
        ${MKDIR} ${WRKSRC}

post-patch:
.for item in kscreensaver/kdesavers/banner.cpp
        ${REINPLACE_CMD} -e 's|<qlabel.h>|<QLabel>|'\
                         -e 's|<qlineedit.h>|<QLineEdit>|'\
                         -e 's|<qcombobox.h>|<QComboBox>|'\
                         -e 's|<qcheckbox.h>|<QCheckBox>|'\
                         -e 's|<qslider.h>|<QSlider>|'\
                         -e 's|<qlayout.h>|<QLayout>|'\
                         -e 's|<qdatetime.h>|<QDateEdit>|'\
                         -e 's|<qfontdatabase.h>|<QFontDatabase>|'\
                         -e 's|<qpainter.h>|<QPainter>|'\
                         -e 's|<qfontcombobox.h>|<QFontComboBox>|' \
            ${WRKSRC}/../${item}
.endfor
.for item in kscreensaver/kdesavers/banner.h kscreensaver/kdesavers/blob.h\
             kscreensaver/kdesavers/Euphoria.cpp
        ${REINPLACE_CMD} -e 's|<qtimer.h>|<QTimer>|'\
            ${WRKSRC}/../${item}
.endfor
.for item in kscreensaver/kdesavers/blob.cpp
        ${REINPLACE_CMD} -e 's|<qcolor.h>|<QColor>|'\
                         -e 's|<qlabel.h>|<QLabel>|'\
                         -e 's|<qlayout.h>|<QLayout>|'\
                         -e 's|<qpainter.h>|<QPainter>|'\
                         -e 's|<qpixmap.h>|<QPixmap>|'\
                         -e 's|<qimage.h>|<QImage>|' \
            ${WRKSRC}/../${item}
.endfor

.include <bsd.port.mk>
MD5 (KDE/kdeartwork-4.0.80.tar.bz2) = 5d55359e3f47d2693a0b0117c57a6dac
SHA256 (KDE/kdeartwork-4.0.80.tar.bz2) = 
a65ec14997fee5e2288c2eaf0da7741d547cd7cd6a48faee77f9dd6ac79d9d91 
SIZE (KDE/kdeartwork-4.0.80.tar.bz2) = 42275705
_______________________________________________
kde-freebsd mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kde-freebsd

Reply via email to