diff options
Diffstat (limited to 'devel/compiz-bcop/Makefile')
-rw-r--r-- | devel/compiz-bcop/Makefile | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/devel/compiz-bcop/Makefile b/devel/compiz-bcop/Makefile index d7ef6d9116b4..b397e863a53a 100644 --- a/devel/compiz-bcop/Makefile +++ b/devel/compiz-bcop/Makefile @@ -1,21 +1,27 @@ PORTNAME= compiz-bcop PORTVERSION= 0.8.8 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel x11-wm -MASTER_SITES= http://releases.compiz.org/${PORTVERSION}/ \ - https://BSDforge.com/projects/source/devel/compiz-bcop/ +MASTER_SITES= https://BSDforge.com/projects/source/devel/compiz-bcop/ MAINTAINER= portmaster@bsdforge.com COMMENT= Code generator for Compiz Fusion Plugins WWW= https://forum.compiz-fusion.org/ +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING + RUN_DEPENDS= ${LOCALBASE}/bin/bash:shells/bash \ getopt>=0:misc/getopt +USES= gnome pkgconfig tar:bzip2 +USE_GNOME= libxslt + GNU_CONFIGURE= yes -USES= gnome pathfix pkgconfig tar:bzip2 -USE_GNOME= libxslt +PLIST_FILES= bin/bcop \ + share/bcop/bcop.xslt \ + share/pkgconfig/bcop.pc post-patch: @${REINPLACE_CMD} \ |