aboutsummaryrefslogtreecommitdiffstats
path: root/x11-themes/qt-bluecurve-theme/Makefile
blob: bfcb54a025f2bbe0a751bf5ee7ce0e40efe9876c (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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# New ports collection makefile for:    bluecurve-unified
# Date created:         3 October 2002
# Whom:                 Eugeney Ryzhyk
#
# $FreeBSD$
#

PORTNAME=   qt-bluecurve-theme
PORTVERSION=    0.73
CATEGORIES= x11-toolkits
MASTER_SITES=   ${MASTER_SITE_REDHAT_LINUX}
MASTER_SITE_SUBDIR= 9/en/os/i386/SRPMS
DISTFILES=  redhat-artwork-${PORTVERSION}-${RH_SUBVERSION}.src.rpm

MAINTAINER= rzheka@users.sourceforge.net
COMMENT=    Bluecurve unified-look theme for QT3 from RedHat 8.0

BUILD_DEPENDS=  rpm2cpio.pl:${PORTSDIR}/archivers/rpm2cpio

WRKSRC=     ${WRKDIR}/redhat-artwork-${PORTVERSION}
USE_LIBTOOL=    yes
#LIBTOOLFILES=  # none
USE_GMAKE=  yes
USE_X_PREFIX=   yes
USE_REINPLACE=  yes

RH_SUBVERSION=  1

USE_QT_VER= 3
THEMES_SUBDIRS =    ${WRKSRC}/art/qt/Bluecurve

do-extract:
    @${RM} -rf ${WRKDIR}
    @${MKDIR} ${WRKDIR}
    @if ! (cd ${WRKDIR} && rpm2cpio.pl ${_DISTDIR}/${DISTFILES} | cpio -i redhat-artwork-${PORTVERSION}.tar.gz 2>/dev/null && ${GZIP_CMD} -dc redhat-artwork-${PORTVERSION}.tar.gz | tar -xf - && ${RM} redhat-artwork-${PORTVERSION}.tar.gz);\
        then \
            exit 1; \
        fi
    ${CP} ${FILESDIR}/Makefile-qt3 ${WRKSRC}/art/qt/Bluecurve/Makefile

# There's no configure script, but we need libtool to build
do-configure:
    @${DO_NADA}

post-patch:
    @${REINPLACE_CMD} -e 's#-O2#${CFLAGS}#' ${WRKSRC}/art/qt/Bluecurve/Makefile
    @${RM} ${THEMES_SUBDIRS}/bluecurve.moc

do-build:
    @for theme_dir in ${THEMES_SUBDIRS};do \
        (cd $$theme_dir; ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET}); \
    done
do-install:
    @${MKDIR} ${PREFIX}/plugins/styles && ${CHMOD} a+rx ${PREFIX}/plugins/styles
    @${INSTALL_PROGRAM} ${WRKSRC}/art/qt/Bluecurve/.libs/bluecurve.so ${PREFIX}/plugins/styles

.include <bsd.port.mk>