aboutsummaryrefslogtreecommitdiffstats
path: root/x11/ecore-desktop/Makefile
blob: 010813ab2f4343029c1c77cb51c8b3af5048e847 (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
58
59
# New ports collection makefile for:    ecore-desktop
# Date created:             22 September 2007
# Whom:                 Stanislav Sedov <stas@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   desktop
PORTVERSION=    0.9.9.042
PORTREVISION=   0
CATEGORIES= x11
MASTER_SITES=   ftp://ftp.springdaemons.com/pub/snapshots/e17/ \
        http://download.enlightenment.org/snapshots/2008-01-25/
PKGNAMEPREFIX=  ecore-
DISTNAME=   ecore-${PORTVERSION}

MAINTAINER= stas@FreeBSD.org
COMMENT=    Enlightenment core abstraction library (desktop module)

BROKEN=     does not compile
DEPRECATED= abandoned upstream
EXPIRATION_DATE=    2011-01-01

GNU_CONFIGURE=  yes
USE_BZIP2=  yes
USE_GNOME=  gnomehack pkgconfig gnometarget
USE_LDCONFIG=   yes
USE_EFL=    ecore
USE_EFL_ECORE=  file
BUILD_WRKSRC=   ${WRKSRC}/src/lib/ecore_desktop
INSTALL_WRKSRC= ${BUILD_WRKSRC}

CONFIGURE_ARGS= --disable-ecore-con \
        --disable-ecore-config \
        --enable-ecore-desktop \
        --disable-ecore-directfb \
        --disable-ecore-evas \
        --enable-ecore-file \
        --disable-ecore-ipc \
        --disable-ecore-job \
        --disable-ecore-sdl \
        --disable-ecore-txt \
        --disable-ecore-x \
        --disable-ecore-imf \
        --disable-ecore-imf_evas

post-patch:
    @${REINPLACE_CMD} -E \
        -e 's,\$$\(top_builddir\)/src/lib/ecore/\.libs,${LOCALBASE}/lib,'\
        -e 's,\$$\(top_builddir\)/src/lib/ecore_file/\.libs,${LOCALBASE}/lib,'\
        -e 's,\$$\(top_builddir\)/src/lib/ecore/libecore\.la,-lecore,'\
        -e 's,\$$\(top_builddir\)/src/lib/ecore_file/libecore_file\.la,-lecore_file,'\
        ${BUILD_WRKSRC}/Makefile.in

post-install:
    ${INSTALL_DATA} ${WRKSRC}/ecore-desktop.pc \
        ${PREFIX}/libdata/pkgconfig/

.include <bsd.port.mk>