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
|
2017-05-23 07:03:14 +02:00
|
|
|
PORTREVISION= 3
|
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
|
|
|
|
|
2016-04-01 16:33:55 +02:00
|
|
|
LIB_DEPENDS= libcairo.so:graphics/cairo
|
|
|
|
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
|
2007-08-22 19:58:54 +02:00
|
|
|
USE_GL= yes
|
2014-04-23 15:25:16 +02:00
|
|
|
USES= pathfix gettext gmake libtool:keepla pkgconfig tar:bzip2
|
2015-08-09 20:56:48 +02:00
|
|
|
USE_GNOME= gconf2 intltool
|
2007-08-22 19:58:54 +02:00
|
|
|
USE_XORG= glproto
|
|
|
|
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
|
|
|
|
2007-10-29 20:22:40 +01:00
|
|
|
.include <bsd.port.mk>
|