summaryrefslogtreecommitdiffstats
path: root/net/service-discovery-applet/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/service-discovery-applet/Makefile')
-rw-r--r--net/service-discovery-applet/Makefile41
1 files changed, 0 insertions, 41 deletions
diff --git a/net/service-discovery-applet/Makefile b/net/service-discovery-applet/Makefile
deleted file mode 100644
index 36570f84f..000000000
--- a/net/service-discovery-applet/Makefile
+++ /dev/null
@@ -1,41 +0,0 @@
-# New ports collection makefile for: service-discovery-applet
-# Date Created: 06 May 2006
-# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
-#
-# $FreeBSD$
-# $MCom: ports/net/service-discovery-applet/Makefile,v 1.3 2006/10/11 05:53:39 marcus Exp $
-#
-
-PORTNAME= service-discovery-applet
-PORTVERSION= 0.4.3
-PORTREVISION= 4
-CATEGORIES= net dns gnome
-MASTER_SITES= http://0pointer.de/~sebest/
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= A GNOME applet that shows available network services using mDNS
-
-BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/avahi/__init__.py:${PORTSDIR}/net/py-avahi
-RUN_DEPENDS= ${PYTHON_SITELIBDIR}/avahi/__init__.py:${PORTSDIR}/net/py-avahi
-
-USE_XLIB= yes
-USE_GETTEXT= yes
-USE_PYTHON= yes
-USE_GNOME= gnomehack gnomeprefix intlhack pygnomedesktop
-USE_GMAKE= yes
-GNU_CONFIGURE= yes
-INSTALLS_ICONS= yes
-CONFIGURE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-
-GCONF_SCHEMAS= service-discovery-applet.schemas
-
-post-patch:
- @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \
- ${WRKSRC}/plugins/gconfterminal.py.in
-
-post-install:
- @${LOCALBASE}/bin/gtk-update-icon-cache -f -q --ignore-theme-index \
- ${PREFIX}/share/service-discovery-applet/icons
-
-.include <bsd.port.mk>