Make this readable by a human being.
This commit is contained in:
parent
b1f0d63d6a
commit
95a54f9511
@ -1,22 +1,22 @@
|
||||
# $OpenBSD: Makefile,v 1.27 2013/09/10 13:25:41 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.28 2013/09/10 16:57:11 ajacoutot Exp $
|
||||
|
||||
COMMENT-main = dbus bindings for Python
|
||||
COMMENT-common =common files for py-dbus
|
||||
COMMENT-main = dbus bindings for Python
|
||||
COMMENT-common = common files for py-dbus
|
||||
|
||||
V = 1.2.0
|
||||
DISTNAME = dbus-python-${V}
|
||||
V = 1.2.0
|
||||
DISTNAME = dbus-python-${V}
|
||||
|
||||
PKGNAME-main = py-dbus-${V}
|
||||
FULLPKGNAME-common = py-dbus-common-${V}
|
||||
FULLPKGPATH-common = x11/dbus-python,-common
|
||||
|
||||
REVISION-main = 1
|
||||
REVISION-main = 1
|
||||
|
||||
CATEGORIES = x11
|
||||
CATEGORIES = x11
|
||||
|
||||
HOMEPAGE = http://dbus.freedesktop.org/
|
||||
HOMEPAGE = http://dbus.freedesktop.org/
|
||||
|
||||
MAINTAINER = Antoine Jacoutot <ajacoutot@openbsd.org>
|
||||
MAINTAINER = Antoine Jacoutot <ajacoutot@openbsd.org>
|
||||
|
||||
# ISC-like
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
@ -25,21 +25,21 @@ WANTLIB-main += ${WANTLIB}
|
||||
WANTLIB-main += dbus-1 dbus-glib-1 ffi gio-2.0 glib-2.0 gmodule-2.0
|
||||
WANTLIB-main += gobject-2.0 pcre pthread z
|
||||
|
||||
WANTLIB-common += #empty
|
||||
WANTLIB-common += #empty
|
||||
|
||||
MASTER_SITES = ${HOMEPAGE}releases/dbus-python/
|
||||
MASTER_SITES = ${HOMEPAGE}releases/dbus-python/
|
||||
|
||||
MULTI_PACKAGES = -main -common
|
||||
|
||||
MODULES = lang/python \
|
||||
devel/gettext
|
||||
MODULES = lang/python \
|
||||
devel/gettext
|
||||
|
||||
FLAVORS = python3
|
||||
FLAVORS = python3
|
||||
FLAVOR ?=
|
||||
|
||||
.if ${FLAVOR:Mpython3}
|
||||
FULLPKGNAME-main=${PKGNAME-main:S/^py-/py3-/}
|
||||
FULLPKGPATH-main=x11/dbus-pythom,-main${MODPY_FLAVOR}
|
||||
FULLPKGNAME-main= ${PKGNAME-main:S/^py-/py3-/}
|
||||
FULLPKGPATH-main= x11/dbus-pythom,-main${MODPY_FLAVOR}
|
||||
.endif
|
||||
|
||||
LIB_DEPENDS-main = ${LIB_DEPENDS} \
|
||||
@ -51,12 +51,12 @@ RUN_DEPENDS-main = ${RUN_DEPENDS} \
|
||||
LIB_DEPENDS-common = #empty
|
||||
RUN_DEPENDS-common = #empty
|
||||
|
||||
CONFIGURE_STYLE = gnu
|
||||
CONFIGURE_ARGS = ${CONFIGURE_SHARED} \
|
||||
--disable-html-docs
|
||||
CONFIGURE_STYLE = gnu
|
||||
CONFIGURE_ARGS = ${CONFIGURE_SHARED} \
|
||||
--disable-html-docs
|
||||
|
||||
TEST_FLAGS = LDFLAGS="-L${LOCALBASE}/lib"
|
||||
TEST_DEPENDS = devel/py-gobject3${MODPY_FLAVOR}
|
||||
TEST_FLAGS = LDFLAGS="-L${LOCALBASE}/lib"
|
||||
TEST_DEPENDS = devel/py-gobject3${MODPY_FLAVOR}
|
||||
|
||||
post-install:
|
||||
rm ${PREFIX}/lib/python${MODPY_VERSION}/site-packages/*.{a,la}
|
||||
|
Loading…
x
Reference in New Issue
Block a user