aboutsummaryrefslogtreecommitdiff
path: root/irc/xchat-systray-plugin/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'irc/xchat-systray-plugin/Makefile')
-rw-r--r--irc/xchat-systray-plugin/Makefile40
1 files changed, 0 insertions, 40 deletions
diff --git a/irc/xchat-systray-plugin/Makefile b/irc/xchat-systray-plugin/Makefile
deleted file mode 100644
index f2e7d47a6591..000000000000
--- a/irc/xchat-systray-plugin/Makefile
+++ /dev/null
@@ -1,40 +0,0 @@
-# New ports collection makefile for: xchat-systray-plugin
-# Date Created: Nov 04 2003
-# Whom: Pav Lucistnik <pav@oook.cz>
-#
-# $FreeBSD$
-#
-
-PORTNAME= xchat-systray-plugin
-PORTVERSION= 2.4.5
-PORTREVISION= 6
-CATEGORIES= irc
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= xchat2-plugins
-DISTNAME= xchat-systray-integration-${PORTVERSION}-src
-
-MAINTAINER= pav@FreeBSD.org
-COMMENT= Systray icon plugin for X-Chat
-
-RUN_DEPENDS= xchat:${PORTSDIR}/irc/xchat
-
-DEPRECATED= Functionality is now included in xchat
-EXPIRATION_DATE=2007-02-06
-
-WRKSRC= ${WRKDIR}/xchat-systray-integration-${PORTVERSION}
-USE_GMAKE= yes
-USE_GNOME= gtk20
-
-post-patch:
- @${REINPLACE_CMD} -e 's|-Os|${CFLAGS} -fPIC|' ${WRKSRC}/Makefile
- @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
- ${WRKSRC}/src/systray.c
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/systray.so ${PREFIX}/lib/xchat/plugins/
- ${MKDIR} ${PREFIX}/lib/xchat/plugins/GTKTray
- ${INSTALL_DATA} ${WRKSRC}/src/images/GTKTray/* ${PREFIX}/lib/xchat/plugins/GTKTray
- ${MKDIR} ${PREFIX}/lib/xchat/plugins/Menu
- ${INSTALL_DATA} ${WRKSRC}/src/images/Menu/* ${PREFIX}/lib/xchat/plugins/Menu
-
-.include <bsd.port.mk>