summaryrefslogtreecommitdiff
path: root/x11/gswitchit/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/gswitchit/Makefile')
-rw-r--r--x11/gswitchit/Makefile37
1 files changed, 0 insertions, 37 deletions
diff --git a/x11/gswitchit/Makefile b/x11/gswitchit/Makefile
deleted file mode 100644
index 2c4b32290bee..000000000000
--- a/x11/gswitchit/Makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-# Ports collection Makefile for: gswitchit_applet
-# Date created: 5 June 2000
-# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= gswitchit_applet
-PORTVERSION= 0.61
-CATEGORIES= x11 gnome
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= gswitchit
-
-MAINTAINER= sobomax@FreeBSD.org
-
-LIB_DEPENDS= panel_applet.4:${PORTSDIR}/x11/gnomecore \
- gnome.4:${PORTSDIR}/x11/gnomelibs \
- gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf
-RUN_DEPENDS= gnomecc:${PORTSDIR}/sysutils/gnomecontrolcenter
-
-USE_X_PREFIX= yes
-USE_LIBTOOL= yes
-
-CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
- --datadir=${PREFIX}/share/gnome
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-
-MAN1= gswitchit_applet.1
-
-pre-patch:
- @${PERL} -pi -e 's|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
- @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
- 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \
- s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g'
-
-.include <bsd.port.mk>