2013-03-28 04:28:30 +01:00
|
|
|
# Created by: Robert Noland <rnoland@FreeBSD.org>
|
2007-08-22 19:58:54 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2009-04-08 08:55:30 +02:00
|
|
|
PORTNAME= compiz-plugins-unsupported
|
2014-06-03 07:23:29 +02:00
|
|
|
PORTVERSION= 0.8.8
|
2018-09-18 19:19:57 +02:00
|
|
|
PORTREVISION= 6
|
2007-08-22 19:58:54 +02:00
|
|
|
CATEGORIES= x11-wm
|
2009-04-08 08:55:30 +02:00
|
|
|
MASTER_SITES= http://releases.compiz.org/${PORTVERSION}/
|
2007-08-22 19:58:54 +02:00
|
|
|
|
2014-06-03 07:23:29 +02:00
|
|
|
MAINTAINER= freebsd-ports@dan.me.uk
|
2007-08-22 19:58:54 +02:00
|
|
|
COMMENT= Plugins for Compiz Composite Window Manager
|
|
|
|
|
2018-09-18 19:19:57 +02:00
|
|
|
LICENSE= GPLv2+
|
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
|
|
|
|
LIB_DEPENDS= libcairo.so:graphics/cairo \
|
|
|
|
libstartup-notification-1.so:x11/startup-notification
|
2016-04-01 16:33:55 +02:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/compiz.pc:x11-wm/compiz \
|
|
|
|
${LOCALBASE}/libdata/pkgconfig/bcop.pc:devel/compiz-bcop \
|
|
|
|
${LOCALBASE}/libdata/pkgconfig/compiz-text.pc:x11-wm/compiz-plugins-main
|
2009-04-11 20:44:15 +02:00
|
|
|
|
2012-01-21 18:40:15 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2007-08-22 19:58:54 +02:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2014-04-22 10:22:27 +02:00
|
|
|
INSTALL_TARGET= install-strip
|
2018-09-18 19:19:57 +02:00
|
|
|
USES= gmake libtool:keepla pathfix pkgconfig tar:bzip2
|
2007-08-22 19:58:54 +02:00
|
|
|
USE_GL= yes
|
2018-09-18 19:19:57 +02:00
|
|
|
USE_GNOME= gconf2 intltool libxslt
|
|
|
|
USE_XORG= ice sm x11 xcomposite xdamage xext xfixes xinerama xorgproto xrandr
|
2007-08-22 19:58:54 +02:00
|
|
|
USE_LDCONFIG= yes
|
|
|
|
|
2008-10-01 14:32:04 +02:00
|
|
|
GCONF_SCHEMAS= compiz-atlantis.schemas \
|
2009-04-08 08:55:30 +02:00
|
|
|
compiz-cubemodel.schemas \
|
|
|
|
compiz-elements.schemas \
|
2008-10-01 14:32:04 +02:00
|
|
|
compiz-fakeargb.schemas \
|
2007-08-23 19:49:12 +02:00
|
|
|
compiz-mswitch.schemas \
|
|
|
|
compiz-snow.schemas \
|
|
|
|
compiz-tile.schemas
|
|
|
|
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2007-08-23 19:49:12 +02:00
|
|
|
CONFIGURE_ARGS= --enable-schemas
|
2007-08-22 19:58:54 +02:00
|
|
|
|
2018-09-18 19:19:57 +02:00
|
|
|
OPTIONS_DEFINE= NLS
|
|
|
|
OPTIONS_DEFAULT= NLS
|
|
|
|
|
|
|
|
NLS_CONFIGURE_ENABLE= nls
|
|
|
|
NLS_USES= gettext-runtime gettext-tools
|
|
|
|
|
2007-10-29 20:22:40 +01:00
|
|
|
.include <bsd.port.mk>
|