2013-04-23 12:13:19 +02:00
|
|
|
# Created by: Robert Noland <rnoland@FreeBSD.org>
|
2007-08-22 17:59:34 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= compiz-bcop
|
2014-06-03 07:19:22 +02:00
|
|
|
PORTVERSION= 0.8.8
|
2007-08-22 17:59:34 +02:00
|
|
|
CATEGORIES= devel x11-wm
|
2009-04-08 08:55:30 +02:00
|
|
|
MASTER_SITES= http://releases.compiz.org/${PORTVERSION}/
|
2007-08-22 17:59:34 +02:00
|
|
|
|
2014-06-03 07:19:22 +02:00
|
|
|
MAINTAINER= freebsd-ports@dan.me.uk
|
2007-08-22 17:59:34 +02:00
|
|
|
COMMENT= Code generator for Compiz Fusion Plugins
|
|
|
|
|
2007-10-29 20:22:40 +01:00
|
|
|
RUN_DEPENDS= ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash \
|
|
|
|
${LOCALBASE}/bin/getopt:${PORTSDIR}/misc/getopt
|
2007-08-22 17:59:34 +02:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
2015-10-24 02:48:28 +02:00
|
|
|
BROKEN= Does not fetch
|
2014-04-22 10:15:50 +02:00
|
|
|
USES= pkgconfig tar:bzip2
|
2012-07-23 03:33:55 +02:00
|
|
|
USE_GNOME= libxslt
|
2007-08-22 17:59:34 +02:00
|
|
|
|
|
|
|
post-patch:
|
2007-10-29 20:22:40 +01:00
|
|
|
@${REINPLACE_CMD} \
|
|
|
|
-e 's|/bin/bash|${LOCALBASE}/bin/bash|' \
|
|
|
|
-e 's|getopt|${LOCALBASE}/bin/getopt|' \
|
2007-08-22 17:59:34 +02:00
|
|
|
${WRKSRC}/src/bcop.in
|
|
|
|
@${REINPLACE_CMD} -e \
|
|
|
|
's|[(]datadir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' \
|
|
|
|
${WRKSRC}/Makefile.in
|
|
|
|
|
2007-08-25 03:47:34 +02:00
|
|
|
.include <bsd.port.mk>
|