aboutsummaryrefslogtreecommitdiffstats
path: root/devel/compiz-bcop/Makefile
blob: 5004290d45f60e266b5bc664849f907bb6649476 (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
# Created by: Robert Noland <rnoland@FreeBSD.org>
# $FreeBSD$

PORTNAME=   compiz-bcop
PORTVERSION=    0.8.8
CATEGORIES= devel x11-wm
MASTER_SITES=   http://releases.compiz.org/${PORTVERSION}/ \
        http://BSDforge.com/projects/source/devel/compiz-bcop/

MAINTAINER= portmaster@bsdforge.com
COMMENT=    Code generator for Compiz Fusion Plugins

RUN_DEPENDS=    ${LOCALBASE}/bin/bash:shells/bash \
        ${LOCALBASE}/bin/getopt:misc/getopt

GNU_CONFIGURE=  yes

USES=       pathfix pkgconfig tar:bzip2
USE_GNOME=  libxslt

post-patch:
    @${REINPLACE_CMD} \
        -e 's|/bin/bash|${LOCALBASE}/bin/bash|' \
        -e 's|getopt|${LOCALBASE}/bin/getopt|' \
        ${WRKSRC}/src/bcop.in

.include <bsd.port.mk>