aboutsummaryrefslogtreecommitdiff
path: root/net-im/pidgin-hotkeys/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/pidgin-hotkeys/Makefile')
-rw-r--r--net-im/pidgin-hotkeys/Makefile26
1 files changed, 0 insertions, 26 deletions
diff --git a/net-im/pidgin-hotkeys/Makefile b/net-im/pidgin-hotkeys/Makefile
deleted file mode 100644
index 74ccc269f6d4..000000000000
--- a/net-im/pidgin-hotkeys/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# New ports collection makefile for: gaim-hotkeys
-# Date created: 2006-11-23
-# Whom: garga
-#
-# $FreeBSD$
-#
-
-PORTNAME= gaim-hotkeys
-PORTVERSION= 0.2.2
-CATEGORIES= net-im
-MASTER_SITES= SF
-
-MAINTAINER= garga@FreeBSD.org
-COMMENT= A gaim plugin that allows user to assign global hotkeys
-
-LIB_DEPENDS= gaim.0:${PORTSDIR}/net-im/libpurple
-BUILD_DEPENDS= gaim:${PORTSDIR}/net-im/pidgin
-RUN_DEPENDS= gaim:${PORTSDIR}/net-im/pidgin
-
-USE_GNOME= pkgconfig gtk20
-GNU_CONFIGURE= yes
-
-PLIST_FILES= lib/gaim/hotkeys.so \
- lib/gaim/hotkeys.la
-
-.include <bsd.port.mk>