aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/gcompmgr/Makefile
blob: ee332a37652809ada563e5692f75af4fd0dae354 (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
# New ports collection makefile for:    gcompmgr
# Date created:             6 Feb 2006
# Whom:                 UMENO Takashi
#
# $FreeBSD$
#

PORTNAME=   gcompmgr
PORTVERSION=    0.21
PORTREVISION=   4
CATEGORIES= x11-wm
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= gcompmgr

MAINTAINER= umeno@rr.iij4u.or.jp
COMMENT=    A GNOME interface to xcompmgr

RUN_DEPENDS=    xcompmgr:${PORTSDIR}/x11-wm/xcompmgr
LIB_DEPENDS=    gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24

GNU_CONFIGURE=  yes
USE_AUTOTOOLS=  automake:19:env

DESKTOP_ENTRIES="gcompmgr" \
        "Configure window effects" \
        "" \
        "gcompmgr" \
        "Application;Settings;" \
        true


post-patch:
.for file in depcomp install-sh missing
    @${LN} -sf ${AUTOMAKE_DIR}/${file} ${WRKSRC}
.endfor
    @${REINPLACE_CMD} -e 's|connect(SigC::slot|connect(sigc::mem_fun|g ; \
        s|#include <sigc++\/compatibility\.h>||g' \
            ${WRKSRC}/src/*.cc

.include <bsd.port.mk>