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
|
2016-01-30 20:04:00 +01:00
|
|
|
MASTER_SITES= http://releases.compiz.org/${PORTVERSION}/ \
|
|
|
|
http://BSDforge.com/projects/source/devel/compiz-bcop/
|
2007-08-22 17:59:34 +02:00
|
|
|
|
2016-01-30 20:04:00 +01:00
|
|
|
MAINTAINER= portmaster@bsdforge.com
|
2007-08-22 17:59:34 +02:00
|
|
|
COMMENT= Code generator for Compiz Fusion Plugins
|
|
|
|
|
2016-04-01 16:00:51 +02:00
|
|
|
RUN_DEPENDS= ${LOCALBASE}/bin/bash:shells/bash \
|
|
|
|
${LOCALBASE}/bin/getopt:misc/getopt
|
2007-08-22 17:59:34 +02:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
2016-10-21 17:21:13 +02:00
|
|
|
USES= pathfix 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
|
|
|
|
|
2007-08-25 03:47:34 +02:00
|
|
|
.include <bsd.port.mk>
|