summaryrefslogtreecommitdiffstats
path: root/devel/py-dbus/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-09-14 00:14:42 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-09-14 00:14:42 +0800
commit39ee9a0180572f08f779941d0aa940a37e49eab1 (patch)
tree0126ac47cb556fd6a7378fd6250ecfd2aa3b25b8 /devel/py-dbus/Makefile
parenta211719aec2750329fa9a60b1bd78e549cb2f85d (diff)
downloadmarcuscom-ports-39ee9a0180572f08f779941d0aa940a37e49eab1.tar
marcuscom-ports-39ee9a0180572f08f779941d0aa940a37e49eab1.tar.gz
marcuscom-ports-39ee9a0180572f08f779941d0aa940a37e49eab1.tar.bz2
marcuscom-ports-39ee9a0180572f08f779941d0aa940a37e49eab1.tar.lz
marcuscom-ports-39ee9a0180572f08f779941d0aa940a37e49eab1.tar.xz
marcuscom-ports-39ee9a0180572f08f779941d0aa940a37e49eab1.tar.zst
marcuscom-ports-39ee9a0180572f08f779941d0aa940a37e49eab1.zip
Merged with FreeBSD ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16164 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/py-dbus/Makefile')
-rw-r--r--devel/py-dbus/Makefile55
1 files changed, 0 insertions, 55 deletions
diff --git a/devel/py-dbus/Makefile b/devel/py-dbus/Makefile
deleted file mode 100644
index 0e2a0771e..000000000
--- a/devel/py-dbus/Makefile
+++ /dev/null
@@ -1,55 +0,0 @@
-# New ports collection makefile for: py-dbus
-# Date Created: 25 July 2004
-# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
-#
-# $FreeBSD$
-# $MCom: ports/devel/py-dbus/Makefile,v 1.13 2011/06/11 19:51:16 mezz Exp $
-#
-
-PORTNAME= dbus
-PORTVERSION= 0.84.0
-CATEGORIES= devel gnome python
-MASTER_SITES= http://dbus.freedesktop.org/releases/dbus-python/
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-DISTNAME= ${PORTNAME}-python-${PORTVERSION}
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= Python bindings for the D-BUS messaging system
-
-LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib
-
-USE_GETTEXT= yes
-USE_GNOME= gnomehack
-USE_PYTHON= yes
-USE_GMAKE= yes
-USE_AUTOTOOLS= libtool
-CPPFLAGS= -I${PYTHON_INCLUDEDIR}
-CONFIGURE_ARGS= --docdir=${DOCSDIR} \
- --disable-api-docs
-
-DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME}
-EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME}
-
-.include <bsd.port.pre.mk>
-
-.if exists(${LOCALBASE}/bin/rst2html) && !defined(NOPORTDOCS)
-PLIST_SUB+= HTML=""
-.else
-CONFIGURE_ARGS+=--disable-html-docs
-PLIST_SUB+= HTML="@comment "
-.endif
-
-post-patch:
-.if defined(NOPORTDOCS)
- @${REINPLACE_CMD} -e 's|HEADERS install-dist_docDATA|HEADERS|g ; \
- s|PYTHON install-nodist_docDATA|PYTHON|g' \
- ${WRKSRC}/Makefile.in
-.endif
-
-post-install:
-.if !defined(NOPORTEXAMPLES)
- ${MKDIR} ${EXAMPLESDIR} && \
- ${INSTALL_DATA} ${WRKSRC}/examples/*.py ${EXAMPLESDIR}
-.endif
-
-.include <bsd.port.post.mk>