summaryrefslogtreecommitdiff
path: root/devel/compiz-bcop/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/compiz-bcop/Makefile')
-rw-r--r--devel/compiz-bcop/Makefile14
1 files changed, 10 insertions, 4 deletions
diff --git a/devel/compiz-bcop/Makefile b/devel/compiz-bcop/Makefile
index 5b455affd1b0..b397e863a53a 100644
--- a/devel/compiz-bcop/Makefile
+++ b/devel/compiz-bcop/Makefile
@@ -2,21 +2,27 @@ PORTNAME= compiz-bcop
PORTVERSION= 0.8.8
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
-GNU_CONFIGURE= yes
-
USES= gnome pkgconfig tar:bzip2
USE_GNOME= libxslt
+GNU_CONFIGURE= yes
+
+PLIST_FILES= bin/bcop \
+ share/bcop/bcop.xslt \
+ share/pkgconfig/bcop.pc
+
post-patch:
@${REINPLACE_CMD} \
-e 's|/bin/bash|${LOCALBASE}/bin/bash|' \