aboutsummaryrefslogtreecommitdiffstats
path: root/x11/idesk/Makefile
blob: 179ecd3b7266ca4c5dc42745b1218a93bba13f7d (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
# Created by: Sascha Holzleiter <sascha@root-login.org>
# $FreeBSD$

PORTNAME=   idesk
PORTVERSION=    0.7.5
PORTREVISION=   10
CATEGORIES= x11
MASTER_SITES=   SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}

MAINTAINER= acm@FreeBSD.org
COMMENT=    Place launch icons and background directly on your desktop

LIB_DEPENDS=    libXft.so:${PORTSDIR}/x11-fonts/libXft

USE_BZIP2=  yes
USE_EFL=    imlib2
GNU_CONFIGURE=  yes
USE_AUTOTOOLS=  autoconf
USES=       gmake pkgconfig

OPTIONS_DEFINE= SHAPE SN DOCS
SHAPE_DESC= Support of XShape extension
SN_DESC=    Startup notification support
OPTIONS_DEFAULT=    SHAPE

CXXFLAGS+=  `imlib2-config --cflags` `freetype-config --cflags`
MAKE_ARGS=  cc="${CXX}" cflags="${CXXFLAGS}"
SUB_FILES=  pkg-message
PLIST_FILES=    bin/${PORTNAME}
PORTDOCS=   README

SHAPE_CONFIGURE_ENABLE= shape
SN_LIB_DEPENDS= libstartup-notification.so:${PORTSDIR}/x11/startup-notification
SN_CONFIGURE_ON=    --enable-libsn

do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/src/idesk ${STAGEDIR}${PREFIX}/bin
        ${MKDIR} ${STAGEDIR}${DOCSDIR}
        ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}

.include <bsd.port.mk>