aa67e11089
either because they themselves are not ready or because a dependency isn't. This is annotated by PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of x.y.z or PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-foo, py-bar respectively, please use the same style for other packages, and check during updates. Use versioned_dependencies.mk where applicable. Use REPLACE_PYTHON instead of handcoded alternatives, where applicable. Reorder Makefile sections into standard order, where applicable. Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default with the next commit. Whitespace cleanups and other nits corrected, where necessary.
38 lines
1.3 KiB
Makefile
38 lines
1.3 KiB
Makefile
# $NetBSD: Makefile,v 1.37 2014/01/25 10:29:58 wiz Exp $
|
|
|
|
DISTNAME= telepathy-farsight-0.0.16
|
|
PKGREVISION= 20
|
|
CATEGORIES= chat multimedia
|
|
MASTER_SITES= http://telepathy.freedesktop.org/releases/telepathy-farsight/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://telepathy.freedesktop.org/doc/telepathy-farsight/
|
|
COMMENT= Library for the telepathy part of a voice/video call
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= gmake pkg-config
|
|
|
|
CFLAGS.SunOS+= -std=c99 -D_XOPEN_SOURCE=600
|
|
|
|
PKGCONFIG_OVERRIDE+= telepathy-farsight/telepathy-farsight.pc.in
|
|
|
|
PY_PATCHPLIST= yes
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-gtk2, py-gstreamer0.10
|
|
|
|
.include "../../lang/python/extension.mk"
|
|
|
|
.include "../../chat/telepathy-glib/buildlink3.mk"
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
BUILDLINK_API_DEPENDS.pygobject+= ${PYPKGPREFIX}-gobject>=2.12
|
|
.include "../../devel/py-gobject/buildlink3.mk"
|
|
.include "../../multimedia/farsight2/buildlink3.mk"
|
|
BUILDLINK_API_DEPENDS.gst-python+= ${PYPKGPREFIX}-gstreamer0.10>=0.10.10
|
|
.include "../../multimedia/py-gstreamer0.10/buildlink3.mk"
|
|
BUILDLINK_API_DEPENDS.telepathy-glib+= telepathy-glib>=0.13.4
|
|
.include "../../sysutils/dbus/buildlink3.mk"
|
|
.include "../../sysutils/dbus-glib/buildlink3.mk"
|
|
.include "../../textproc/gtk-doc/buildlink3.mk"
|
|
.include "../../x11/py-gtk2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|