View | Details | Raw Unified | Return to bug 230865 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-6 / +16 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	compiz-plugins-main
4
PORTNAME=	compiz-plugins-main
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-17 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
LICENSE=	GPLv2+
14
LICENSE_FILE=	${WRKSRC}/COPYING
15
13
LIB_DEPENDS=	libcairo.so:graphics/cairo \
16
LIB_DEPENDS=	libcairo.so:graphics/cairo \
14
		libpangocairo-1.0.so:x11-toolkits/pango
17
		libpangocairo-1.0.so:x11-toolkits/pango \
18
		libstartup-notification-1.so:x11/startup-notification
15
BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/compiz.pc:x11-wm/compiz \
19
BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/compiz.pc:x11-wm/compiz \
16
		${LOCALBASE}/libdata/pkgconfig/bcop.pc:devel/compiz-bcop
20
		${LOCALBASE}/libdata/pkgconfig/bcop.pc:devel/compiz-bcop
17
RUN_DEPENDS:=	${BUILD_DEPENDS}
21
RUN_DEPENDS:=	${BUILD_DEPENDS}
Lines 18-28 Link Here
18
22
19
GNU_CONFIGURE=	yes
23
GNU_CONFIGURE=	yes
20
INSTALL_TARGET=	install-strip
24
INSTALL_TARGET=	install-strip
25
USES=		gmake jpeg libtool:keepla pathfix pkgconfig tar:bzip2
26
USE_CSTD=	gnu89
21
USE_GL=		yes
27
USE_GL=		yes
22
USES=		gettext gmake libtool:keepla pathfix pkgconfig tar:bzip2
28
USE_GNOME=	gconf2 intltool libxslt
23
USE_CSTD=	gnu89
29
USE_XORG=	ice sm x11 xcomposite xdamage xext xfixes xinerama xorgproto xrandr xrender
24
USE_GNOME=	gconf2 intltool
25
USE_XORG=	xorgproto
26
USE_LDCONFIG=	yes
30
USE_LDCONFIG=	yes
27
31
28
GCONF_SCHEMAS=	compiz-animation.schemas \
32
GCONF_SCHEMAS=	compiz-animation.schemas \
Lines 55-58 Link Here
55
LDFLAGS+=	-L${LOCALBASE}/lib
59
LDFLAGS+=	-L${LOCALBASE}/lib
56
CONFIGURE_ARGS=	--enable-schemas
60
CONFIGURE_ARGS=	--enable-schemas
57
61
62
OPTIONS_DEFINE=		NLS
63
OPTIONS_DEFAULT=	NLS
64
65
NLS_CONFIGURE_ENABLE=	nls
66
NLS_USES=		gettext-runtime gettext-tools
67
58
.include <bsd.port.mk>
68
.include <bsd.port.mk>

Return to bug 230865