diff options
author | meta <meta@FreeBSD.org> | 2019-02-12 09:58:38 +0800 |
---|---|---|
committer | meta <meta@FreeBSD.org> | 2019-02-12 09:58:38 +0800 |
commit | 46848bd36dfea5f84f366613007d2bd88115c4cc (patch) | |
tree | 58d44e60ab0cb22974903b61aa76d734dcd1bc55 /x11-wm | |
parent | 02285fde6d08bb32503ad17335c24dcdbf85c8a6 (diff) | |
download | freebsd-ports-gnome-46848bd36dfea5f84f366613007d2bd88115c4cc.tar.gz freebsd-ports-gnome-46848bd36dfea5f84f366613007d2bd88115c4cc.tar.zst freebsd-ports-gnome-46848bd36dfea5f84f366613007d2bd88115c4cc.zip |
x11-wm/compiz-fusion: add LICENSE and missing dependencies
While here,
- Reset maintainership due to long timeout
PR: 230915
Submitted by: Samy Mahmoudi <samy.mahmoudi@gmail.com>
Approved by: freebsd-ports@dan.me.uk (maintainer timeout, ~5 months)
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/compiz-fusion/Makefile | 24 |
1 files changed, 16 insertions, 8 deletions
diff --git a/x11-wm/compiz-fusion/Makefile b/x11-wm/compiz-fusion/Makefile index 3688c72cd591..65c6e81e6bbe 100644 --- a/x11-wm/compiz-fusion/Makefile +++ b/x11-wm/compiz-fusion/Makefile @@ -3,31 +3,39 @@ PORTNAME= compiz-fusion PORTVERSION= 0.8.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-wm -MAINTAINER= freebsd-ports@dan.me.uk +MAINTAINER= ports@FreeBSD.org COMMENT= Metaport of compiz-fusion +LICENSE= GPLv2+ LGPL21+ MIT +LICENSE_COMB= multi + LIB_DEPENDS= libcompizconfig.so:x11-wm/libcompizconfig RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/compiz.pc:x11-wm/compiz \ ${LOCALBASE}/lib/compiz/libanimation.so:x11-wm/compiz-plugins-main \ ${LOCALBASE}/bin/ccsm:x11-wm/ccsm USES= metaport +USE_GNOME= libxslt +USE_XORG= ice sm x11 xcomposite xdamage xext xfixes xinerama xrandr -OPTIONS_DEFINE= EXTRA UNSUP EMERALD GCONF -OPTIONS_DEFAULT= GCONF EXTRA EMERALD +OPTIONS_DEFINE= EMERALD EXTRA GCONF UNSUP +OPTIONS_DEFAULT= EMERALD EXTRA GCONF +EMERALD_DESC= Enable emerald window decorator EXTRA_DESC= Enable extra plugins UNSUP_DESC= Enable unsupported plugins -EMERALD_DESC= Enable emerald window decorator -EXTRA_RUN_DEPENDS= ${LOCALBASE}/lib/compiz/libaddhelper.so:x11-wm/compiz-plugins-extra -UNSUP_RUN_DEPENDS= ${LOCALBASE}/lib/compiz/libfakeargb.so:x11-wm/compiz-plugins-unsupported EMERALD_RUN_DEPENDS= ${LOCALBASE}/bin/emerald:x11-wm/emerald \ - ${LOCALBASE}/share/emerald/themes/Adonis_Mod/theme.ini:x11-themes/emerald-themes + ${LOCALBASE}/share/emerald/themes/Adonis_Mod/theme.ini:x11-themes/emerald-themes +EXTRA_RUN_DEPENDS= ${LOCALBASE}/lib/compiz/libaddhelper.so:x11-wm/compiz-plugins-extra + +GCONF_LIB_DEPENDS= libstartup-notification-1.so:x11/startup-notification GCONF_RUN_DEPENDS= ${LOCALBASE}/lib/compizconfig/backends/libgconf.so:x11-wm/compizconfig-backend-gconf +UNSUP_RUN_DEPENDS= ${LOCALBASE}/lib/compiz/libfakeargb.so:x11-wm/compiz-plugins-unsupported + .include <bsd.port.mk> |