-make this a build dependency by default, if is used to generate source
code during the build (if at all - currently it is unused unless someone patches xml metadata in compiz plugin sources) -it needs bash and GNU getopt to work correctly
This commit is contained in:
parent
ef8ece7326
commit
29450eaf94
2 changed files with 15 additions and 8 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2008/05/12 12:40:32 jmcneill Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2008/05/14 16:40:20 drochner Exp $
|
||||
#
|
||||
|
||||
DISTNAME= compiz-bcop-0.6.0
|
||||
|
@ -10,11 +10,18 @@ HOMEPAGE= http://www.compiz-fusion.org/
|
|||
COMMENT= Option code generator for compiz
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_TOOLS+= intltool pkg-config msgfmt
|
||||
USE_TOOLS+= intltool pkg-config msgfmt bash:run
|
||||
USE_PKGLOCALEDIR= yes
|
||||
USE_LIBTOOL= yes
|
||||
|
||||
PKGCONFIG_OVERRIDE+= bcop.pc.in
|
||||
DEPENDS+= getopt-[0-9]*:../../misc/getopt
|
||||
REPLACE_BASH+= src/bcop.in
|
||||
|
||||
.include "../../wm/compiz/buildlink3.mk"
|
||||
SUBST_CLASSES+= getopt
|
||||
SUBST_STAGE.getopt= pre-configure
|
||||
SUBST_FILES.getopt= src/bcop.in
|
||||
SUBST_SED.getopt= "s|getopt|${LOCALBASE}/bin/getopt|"
|
||||
|
||||
.include "../../textproc/libxslt/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
# $NetBSD: buildlink3.mk,v 1.1.1.1 2008/05/12 12:40:32 jmcneill Exp $
|
||||
# $NetBSD: buildlink3.mk,v 1.2 2008/05/14 16:40:20 drochner Exp $
|
||||
|
||||
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
||||
BUILDLINK_DEPMETHOD.compiz-bcop?= build
|
||||
|
||||
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
||||
COMPIZ_BCOP_BUILDLINK3_MK:= ${COMPIZ_BCOP_BUILDLINK3_MK}+
|
||||
|
||||
.if ${BUILDLINK_DEPTH} == "+"
|
||||
|
@ -16,6 +18,4 @@ BUILDLINK_API_DEPENDS.compiz-bcop+= compiz-bcop>=0.6.0
|
|||
BUILDLINK_PKGSRCDIR.compiz-bcop?= ../../devel/compiz-bcop
|
||||
.endif # COMPIZ_BCOP_BUILDLINK3_MK
|
||||
|
||||
.include "../../wm/compiz/buildlink3.mk"
|
||||
|
||||
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|
||||
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|
||||
|
|
Loading…
Reference in a new issue