mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
Support stage
Monernize
This commit is contained in:
parent
cae00f7b5f
commit
3c6bf01b26
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=351769
@ -3,14 +3,14 @@
|
||||
|
||||
PORTNAME= compiz-plugins-unsupported
|
||||
PORTVERSION= 0.8.4
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= x11-wm
|
||||
MASTER_SITES= http://releases.compiz.org/${PORTVERSION}/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Plugins for Compiz Composite Window Manager
|
||||
|
||||
LIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo
|
||||
LIB_DEPENDS= libcairo.so:${PORTSDIR}/graphics/cairo
|
||||
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/compiz.pc:${PORTSDIR}/x11-wm/compiz \
|
||||
${LOCALBASE}/libdata/pkgconfig/bcop.pc:${PORTSDIR}/devel/compiz-bcop \
|
||||
${LOCALBASE}/libdata/pkgconfig/compiz-text.pc:${PORTSDIR}/x11-wm/compiz-plugins-main
|
||||
@ -18,13 +18,12 @@ BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/compiz.pc:${PORTSDIR}/x11-wm/compi
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
USE_GL= yes
|
||||
USE_BZIP2= yes
|
||||
USES= pathfix gettext gmake pkgconfig
|
||||
USES= pathfix gettext gmake pkgconfig libtool tar:bzip2
|
||||
USE_GNOME= intltool
|
||||
USE_XORG= glproto
|
||||
USE_LDCONFIG= yes
|
||||
USE_AUTOTOOLS= libtool
|
||||
|
||||
GCONF_SCHEMAS= compiz-atlantis.schemas \
|
||||
compiz-cubemodel.schemas \
|
||||
@ -38,5 +37,4 @@ CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
CONFIGURE_ARGS= --enable-schemas
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -66,4 +66,3 @@ share/compiz/snow1.png
|
||||
share/compiz/snow2.png
|
||||
share/compiz/snowflake.png
|
||||
share/compiz/stars1.png
|
||||
@dirrmtry include/compiz
|
||||
|
Loading…
Reference in New Issue
Block a user