move CONFIGURE_STYLE to Makefile.inc
This commit is contained in:
parent
92ddc01ad1
commit
98d24f44e9
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile.inc,v 1.10 2011/04/05 19:53:03 jasper Exp $
|
||||
# $OpenBSD: Makefile.inc,v 1.11 2012/08/29 17:50:55 jasper Exp $
|
||||
|
||||
SHARED_ONLY?= Yes
|
||||
|
||||
@ -26,3 +26,5 @@ MAINTAINER?= Jasper Lievisse Adriaanse <jasper@openbsd.org>
|
||||
USE_GMAKE?= Yes
|
||||
|
||||
USE_LIBTOOL?= Yes
|
||||
|
||||
CONFIGURE_STYLE?=gnu
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.38 2012/08/29 14:11:55 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.39 2012/08/29 17:50:55 jasper Exp $
|
||||
|
||||
COMMENT-main= people aggregation library
|
||||
COMMENT-tracker= (meta-)tracker backend for folks
|
||||
@ -60,7 +60,6 @@ REGRESS_DEPENDS= ${FULLPKGNAME}:${BASE_PKGPATH}
|
||||
MODGNOME_TOOLS= goi vala
|
||||
MODGNOME_LDFLAGS= -Wl,-rpath,${LOCALBASE}/lib/tracker-${TRACKER_VERSION}
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS+= --enable-import-tool \
|
||||
--enable-inspect-tool \
|
||||
--enable-tracker-backend \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2012/06/15 09:48:31 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2012/08/29 17:50:55 jasper Exp $
|
||||
|
||||
COMMENT= flexible communications framework, farstream component
|
||||
|
||||
@ -20,7 +20,6 @@ MODULES= devel/gettext \
|
||||
LIB_DEPENDS= net/farstream \
|
||||
net/telepathy/telepathy-glib>=0.17.5
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
|
||||
--disable-gtk-doc \
|
||||
--enable-python
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.51 2012/04/30 09:39:26 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.52 2012/08/29 17:50:55 jasper Exp $
|
||||
|
||||
COMMENT= flexible communications framework, xmpp component
|
||||
|
||||
@ -29,7 +29,6 @@ BUILD_DEPENDS += devel/py-twisted/words \
|
||||
# bin/telepathy-gabble-xmpp-console
|
||||
RUN_DEPENDS += devel/py-gobject3
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS= --with-ca-certificates=/etc/ssl/cert.pem \
|
||||
--disable-gtk-doc \
|
||||
--disable-Werror \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.44 2012/06/15 09:47:38 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.45 2012/08/29 17:50:55 jasper Exp $
|
||||
|
||||
COMMENT= flexible communications framework, glib bindings
|
||||
|
||||
@ -24,7 +24,6 @@ BUILD_DEPENDS= devel/gobject-introspection>=1.30.0 \
|
||||
textproc/libxslt
|
||||
LIB_DEPENDS= x11/dbus-glib
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
|
||||
--disable-gtk-doc \
|
||||
--enable-introspection \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.20 2012/04/05 13:44:34 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.21 2012/08/29 17:50:55 jasper Exp $
|
||||
|
||||
COMMENT= flexible communications framework, libpurple component
|
||||
|
||||
@ -21,7 +21,6 @@ LIB_DEPENDS= net/pidgin,-libpurple \
|
||||
|
||||
MODPY_RUNDEP= No
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.33 2012/04/04 14:41:34 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.34 2012/08/29 17:50:55 jasper Exp $
|
||||
|
||||
COMMENT= flexible communications framework, IRC component
|
||||
|
||||
@ -20,7 +20,6 @@ BUILD_DEPENDS= ${RUN_DEPENDS} \
|
||||
RUN_DEPENDS= textproc/libxslt
|
||||
LIB_DEPENDS= net/telepathy/telepathy-glib
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.27 2012/04/04 14:41:34 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.28 2012/08/29 17:50:55 jasper Exp $
|
||||
|
||||
COMMENT= display information about a given connection manager
|
||||
|
||||
@ -25,7 +25,6 @@ BUILD_DEPENDS= textproc/libxslt
|
||||
LIB_DEPENDS= devel/libglade2 \
|
||||
net/telepathy/telepathy-glib
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
USE_LIBTOOL= No
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.36 2012/04/23 17:15:18 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.37 2012/08/29 17:50:55 jasper Exp $
|
||||
|
||||
COMMENT= flexible communications framework, logger component
|
||||
|
||||
@ -32,7 +32,6 @@ LIB_DEPENDS= net/telepathy/telepathy-glib \
|
||||
MODGCONF2_SCHEMAS_DIR= telepathy-logger
|
||||
MODPY_RUNDEP= No
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS+= --disable-call \
|
||||
--enable-public-extensions
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.33 2012/04/04 14:41:34 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.34 2012/08/29 17:50:55 jasper Exp $
|
||||
|
||||
COMMENT= abstraction layer between apps and connection managers
|
||||
|
||||
@ -23,7 +23,6 @@ LIB_DEPENDS= net/telepathy/telepathy-glib>=0.18.0
|
||||
|
||||
LIBTOOL_FLAGS= --tag=disable-static
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
|
||||
--disable-static \
|
||||
--disable-gtk-doc \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.13 2011/09/16 11:13:41 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.14 2012/08/29 17:50:55 jasper Exp $
|
||||
|
||||
COMMENT= connection manager meant for testing Telepathy
|
||||
|
||||
@ -13,6 +13,7 @@ MODPY_ADJ_FILES= bin/pinocchio-ctl
|
||||
|
||||
USE_LIBTOOL= No
|
||||
USE_GMAKE= No
|
||||
CONFIGURE_STYLE= # empty
|
||||
NO_REGRESS= Yes
|
||||
|
||||
pre-configure:
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.27 2012/04/03 09:27:06 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.28 2012/08/29 17:50:55 jasper Exp $
|
||||
|
||||
COMMENT= flexible communications framework, python bindings
|
||||
|
||||
@ -19,8 +19,6 @@ RUN_DEPENDS= devel/py-gobject \
|
||||
x11/dbus-python \
|
||||
x11/py-gtk2
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
|
||||
USE_LIBTOOL= No
|
||||
|
||||
SUBST_VARS+= V
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.32 2012/04/25 14:46:16 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.33 2012/08/29 17:50:55 jasper Exp $
|
||||
|
||||
COMMENT= flexible communications framework, local-link component
|
||||
|
||||
@ -28,7 +28,6 @@ LIB_DEPENDS= net/avahi \
|
||||
|
||||
MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC} ${WRKSRC}/lib/ext/wocky
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
|
||||
|
Loading…
x
Reference in New Issue
Block a user