Changeset View
Changeset View
Standalone View
Standalone View
devel/compiz-bcop/Makefile
Show All 9 Lines | |||||
MAINTAINER= portmaster@bsdforge.com | MAINTAINER= portmaster@bsdforge.com | ||||
COMMENT= Code generator for Compiz Fusion Plugins | COMMENT= Code generator for Compiz Fusion Plugins | ||||
RUN_DEPENDS= ${LOCALBASE}/bin/bash:shells/bash \ | RUN_DEPENDS= ${LOCALBASE}/bin/bash:shells/bash \ | ||||
${LOCALBASE}/bin/getopt:misc/getopt | ${LOCALBASE}/bin/getopt:misc/getopt | ||||
GNU_CONFIGURE= yes | GNU_CONFIGURE= yes | ||||
USES= pkgconfig tar:bzip2 | USES= pathfix pkgconfig tar:bzip2 | ||||
USE_GNOME= libxslt | USE_GNOME= libxslt | ||||
post-patch: | post-patch: | ||||
@${REINPLACE_CMD} \ | @${REINPLACE_CMD} \ | ||||
-e 's|/bin/bash|${LOCALBASE}/bin/bash|' \ | -e 's|/bin/bash|${LOCALBASE}/bin/bash|' \ | ||||
-e 's|getopt|${LOCALBASE}/bin/getopt|' \ | -e 's|getopt|${LOCALBASE}/bin/getopt|' \ | ||||
${WRKSRC}/src/bcop.in | ${WRKSRC}/src/bcop.in | ||||
@${REINPLACE_CMD} -e \ | |||||
's|[(]datadir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' \ | |||||
${WRKSRC}/Makefile.in | |||||
.include <bsd.port.mk> | .include <bsd.port.mk> |