While here, update PLISTs, some WANTLIBs, some license markers and use MODPY_EGG_VERSION where it may help to keep future PLIST diffs smaller. help, nitpicking and ok jasper@, ok wcmaier@ note that print/py-reportlab/reportlab needs some more love.
31 lines
707 B
Makefile
31 lines
707 B
Makefile
# $OpenBSD: Makefile,v 1.8 2009/01/03 21:27:25 kili Exp $
|
|
|
|
COMMENT= flexible communications framework, xmpp component
|
|
|
|
DISTNAME= telepathy-gabble-0.7.17
|
|
PKGNAME= ${DISTNAME}p0
|
|
|
|
MASTER_SITES= ${MASTER_SITES_TELEPATHY:=telepathy-gabble/}
|
|
|
|
WANTLIB= c crypto dbus-1 dbus-glib-1 glib-2.0 gobject-2.0 \
|
|
idn pcre pthread ssl
|
|
|
|
MODULES= devel/gettext \
|
|
lang/python
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS} \
|
|
::devel/py-twisted/words \
|
|
::net/py-xmpp
|
|
RUN_DEPENDS= ::textproc/libxslt
|
|
LIB_DEPENDS= loudmouth-1::net/loudmouth \
|
|
telepathy-glib.>=3::net/telepathy/telepathy-glib
|
|
|
|
USE_GMAKE= Yes
|
|
USE_LIBTOOL= Yes
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
pre-configure:
|
|
${SUBST_CMD} ${WRKSRC}/configure
|
|
|
|
.include <bsd.port.mk>
|