aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/gaim-bangexec/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/gaim-bangexec/Makefile')
-rw-r--r--net-im/gaim-bangexec/Makefile31
1 files changed, 0 insertions, 31 deletions
diff --git a/net-im/gaim-bangexec/Makefile b/net-im/gaim-bangexec/Makefile
deleted file mode 100644
index 4dfe478337c5..000000000000
--- a/net-im/gaim-bangexec/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# New ports collection makefile for: gaim-bangexec
-# Date created: 17 April 2005
-# Whom: kevinb
-#
-# $FreeBSD$
-#
-
-PORTNAME= bangexec
-PORTVERSION= 1.3.0.2
-PORTREVISION= 5
-CATEGORIES= net-im
-MASTER_SITES= http://thefnords.googlepages.com/
-PKGNAMEPREFIX= gaim-
-
-MAINTAINER= kruptos@mlinux.org
-COMMENT= Command interpreter plugin for gaim
-
-BUILD_DEPENDS= gaim:${PORTSDIR}/net-im/gaim
-RUN_DEPENDS= gaim:${PORTSDIR}/net-im/gaim
-
-DEPRECATED= The author has taken down his site and has ceased developing this program
-
-USE_BZIP2= yes
-GNU_CONFIGURE= yes
-
-PLIST_FILES= lib/gaim/bangexec.la lib/gaim/bangexec.so
-
-post-patch:
- @${REINPLACE_CMD} -e 's|-g3|| ; s|echo aout|echo elf|' ${WRKSRC}/configure
-
-.include <bsd.port.mk>