blob: 42980346d3db1a1e0ce6b8a0ee0903b6c8f10056 (
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
|
# New ports collection makefile for: compiz-bcop
# Date created: 2007-08-15
# Whom: Robert Noland <rnoland@2hip.net>
#
# $FreeBSD$
#
PORTNAME= compiz-bcop
PORTVERSION= 0.6.0
#PORTREVISION= 0
PORTREVISION= 1
CATEGORIES= devel x11-wm
MASTER_SITES= http://releases.compiz-fusion.org/${PORTVERSION}/
MAINTAINER= rnoland@2hip.net
COMMENT= Code generator for Compiz Fusion Plugins
# This annoys me...
RUN_DEPENDS= ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash \
${LOCALBASE}/bin/getopt:${PORTSDIR}/misc/getopt
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_GNOME= pkgconfig libxslt
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
post-patch:
@${REINPLACE_CMD} \
-e 's|/bin/bash|${LOCALBASE}/bin/bash|' \
-e 's|getopt|${LOCALBASE}/bin/getopt|' \
${WRKSRC}/src/bcop.in
@${REINPLACE_CMD} -e \
's|[(]datadir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' \
${WRKSRC}/Makefile.in
.include <bsd.port.mk>
|