diff options
Diffstat (limited to 'x11-wm/compiz-plugins-main/Makefile')
-rw-r--r-- | x11-wm/compiz-plugins-main/Makefile | 38 |
1 files changed, 22 insertions, 16 deletions
diff --git a/x11-wm/compiz-plugins-main/Makefile b/x11-wm/compiz-plugins-main/Makefile index 2a1fcf1494be..763711f5398c 100644 --- a/x11-wm/compiz-plugins-main/Makefile +++ b/x11-wm/compiz-plugins-main/Makefile @@ -1,41 +1,47 @@ PORTNAME= compiz-plugins-main -PORTVERSION= 0.8.8 -PORTREVISION= 12 +DISTVERSION= 0.8.8 +PORTREVISION= 13 CATEGORIES= x11-wm -MASTER_SITES= https://BSDforge.com/projects/source/x11-wm/compiz-plugins-main/ +MASTER_SITES= https://codeberg.org/BSDforge/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ MAINTAINER= portmaster@BSDforge.com COMMENT= Plugins for Compiz Composite Window Manager -WWW= https://gitlab.com/compiz/compiz-plugins-main +WWW= https://codeberg.org/BSDforge/${PORTNAME}/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING +BUILD_DEPENDS= ${MY_DEPENDS} LIB_DEPENDS= libcairo.so:graphics/cairo \ + libharfbuzz.so:print/harfbuzz \ libpangocairo-1.0.so:x11-toolkits/pango \ libstartup-notification-1.so:x11/startup-notification -BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/compiz.pc:x11-wm/compiz \ - ${LOCALBASE}/libdata/pkgconfig/bcop.pc:devel/compiz-bcop -RUN_DEPENDS:= ${BUILD_DEPENDS} +MY_DEPENDS= ${LOCALBASE}/share/pkgconfig/bcop.pc:devel/compiz-bcop \ + ${LOCALBASE}/libdata/pkgconfig/compiz.pc:x11-wm/compiz +RUN_DEPENDS= ${MY_DEPENDS} -GNU_CONFIGURE= yes -INSTALL_TARGET= install-strip USES= gettext-tools gl gmake gnome jpeg libtool:keepla localbase:ldflags pathfix \ - pkgconfig tar:bzip2 xorg + pkgconfig xorg USE_CSTD= gnu89 USE_GL= glu -USE_GNOME= intltool libxslt -USE_XORG= ice sm x11 xcomposite xdamage xext xfixes xinerama xorgproto xrandr xrender -USE_LDCONFIG= yes +USE_GNOME= glib20 intltool libxslt +USE_XORG= ice sm x11 xcomposite xdamage xext xfixes xinerama xorgproto \ + xrandr xrender + +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-schemas + +INSTALL_TARGET= install-strip # Fix build with clang11 CFLAGS+= -fcommon -CONFIGURE_ARGS= --disable-schemas +WRKSRC= ${WRKDIR}/${PORTNAME} -OPTIONS_DEFINE= NLS +OPTIONS_DEFINE= NLS +OPTIONS_SUB= yes -NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext-runtime +NLS_CONFIGURE_ENABLE= nls .include <bsd.port.mk> |