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)
This commit is contained in:
parent
32e6ba3d61
commit
f1054be948
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=492747
1 changed files with 16 additions and 8 deletions
|
@ -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
|
||||
|
||||
EMERALD_RUN_DEPENDS= ${LOCALBASE}/bin/emerald:x11-wm/emerald \
|
||||
${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
|
||||
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
|
||||
|
||||
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>
|
||||
|
|
Loading…
Reference in a new issue