View | Details | Raw Unified | Return to bug 230911
Collapse All | Expand All

(-)Makefile (-5 / +15 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	compiz-plugins-unsupported
4
PORTNAME=	compiz-plugins-unsupported
5
PORTVERSION=	0.8.8
5
PORTVERSION=	0.8.8
6
PORTREVISION=	4
6
PORTREVISION=	5
7
CATEGORIES=	x11-wm
7
CATEGORIES=	x11-wm
8
MASTER_SITES=	http://releases.compiz.org/${PORTVERSION}/
8
MASTER_SITES=	http://releases.compiz.org/${PORTVERSION}/
9
9
Lines 10-16 Link Here
10
MAINTAINER=	freebsd-ports@dan.me.uk
10
MAINTAINER=	freebsd-ports@dan.me.uk
11
COMMENT=	Plugins for Compiz Composite Window Manager
11
COMMENT=	Plugins for Compiz Composite Window Manager
12
12
13
LIB_DEPENDS=	libcairo.so:graphics/cairo
13
LICENSE=	GPLv2+
14
LICENSE_FILE=	${WRKSRC}/COPYING
15
16
LIB_DEPENDS=	libcairo.so:graphics/cairo \
17
		libstartup-notification-1.so:x11/startup-notification
14
BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/compiz.pc:x11-wm/compiz \
18
BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/compiz.pc:x11-wm/compiz \
15
		${LOCALBASE}/libdata/pkgconfig/bcop.pc:devel/compiz-bcop \
19
		${LOCALBASE}/libdata/pkgconfig/bcop.pc:devel/compiz-bcop \
16
		${LOCALBASE}/libdata/pkgconfig/compiz-text.pc:x11-wm/compiz-plugins-main
20
		${LOCALBASE}/libdata/pkgconfig/compiz-text.pc:x11-wm/compiz-plugins-main
Lines 19-28 Link Here
19
23
20
GNU_CONFIGURE=	yes
24
GNU_CONFIGURE=	yes
21
INSTALL_TARGET=	install-strip
25
INSTALL_TARGET=	install-strip
26
USES=		gmake libtool:keepla pathfix pkgconfig tar:bzip2
22
USE_GL=		yes
27
USE_GL=		yes
23
USES=	pathfix gettext gmake libtool:keepla pkgconfig tar:bzip2
28
USE_GNOME=	gconf2 intltool libxslt
24
USE_GNOME=	gconf2 intltool
29
USE_XORG=	ice sm x11 xcomposite xdamage xext xfixes xinerama xorgproto xrandr
25
USE_XORG=	xorgproto
26
USE_LDCONFIG=	yes
30
USE_LDCONFIG=	yes
27
31
28
GCONF_SCHEMAS=	compiz-atlantis.schemas \
32
GCONF_SCHEMAS=	compiz-atlantis.schemas \
Lines 37-40 Link Here
37
LDFLAGS+=	-L${LOCALBASE}/lib
41
LDFLAGS+=	-L${LOCALBASE}/lib
38
CONFIGURE_ARGS=	--enable-schemas
42
CONFIGURE_ARGS=	--enable-schemas
39
43
44
OPTIONS_DEFINE=		NLS
45
OPTIONS_DEFAULT=	NLS
46
47
NLS_CONFIGURE_ENABLE=	nls
48
NLS_USES=		gettext-runtime gettext-tools
49
40
.include <bsd.port.mk>
50
.include <bsd.port.mk>

Return to bug 230911