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

Collapse All | Expand All

(-)Makefile (-15 / +9 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=	6
6
PORTREVISION=	7
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 20-34 Link Here
20
		${LOCALBASE}/libdata/pkgconfig/bcop.pc:devel/compiz-bcop
20
		${LOCALBASE}/libdata/pkgconfig/bcop.pc:devel/compiz-bcop
21
RUN_DEPENDS:=	${BUILD_DEPENDS}
21
RUN_DEPENDS:=	${BUILD_DEPENDS}
22
22
23
GNU_CONFIGURE=	yes
23
USES=		gettext-runtime gettext-tools gl gmake gnome jpeg libtool:keepla pathfix pkgconfig tar:bzip2
24
INSTALL_TARGET=	install-strip
25
USES=		gmake jpeg libtool:keepla pathfix pkgconfig tar:bzip2
26
USE_CSTD=	gnu89
24
USE_CSTD=	gnu89
27
USE_GL=		yes
25
USE_GL=		glu
28
USE_GNOME=	gconf2 intltool libxslt
26
USE_GNOME=	gconf2 intltool libxslt
29
USE_XORG=	ice sm x11 xcomposite xdamage xext xfixes xinerama xorgproto xrandr xrender
27
USE_XORG=	ice sm x11 xcomposite xdamage xext xfixes xinerama xorgproto xrandr xrender
30
USE_LDCONFIG=	yes
28
USE_LDCONFIG=	yes
31
29
30
CPPFLAGS+=	-I${LOCALBASE}/include
31
LDFLAGS+=	-L${LOCALBASE}/lib
32
CONFIGURE_ARGS=	--enable-schemas
33
GNU_CONFIGURE=	yes
34
INSTALL_TARGET=	install-strip
35
32
GCONF_SCHEMAS=	compiz-animation.schemas \
36
GCONF_SCHEMAS=	compiz-animation.schemas \
33
		compiz-colorfilter.schemas \
37
		compiz-colorfilter.schemas \
34
		compiz-expo.schemas \
38
		compiz-expo.schemas \
Lines 55-68 Link Here
55
		compiz-vpswitch.schemas \
59
		compiz-vpswitch.schemas \
56
		compiz-shift.schemas
60
		compiz-shift.schemas
57
61
58
CPPFLAGS+=	-I${LOCALBASE}/include
59
LDFLAGS+=	-L${LOCALBASE}/lib
60
CONFIGURE_ARGS=	--enable-schemas
61
62
OPTIONS_DEFINE=		NLS
63
OPTIONS_DEFAULT=	NLS
64
65
NLS_CONFIGURE_ENABLE=	nls
66
NLS_USES=		gettext-runtime gettext-tools
67
68
.include <bsd.port.mk>
62
.include <bsd.port.mk>

Return to bug 235715