summaryrefslogtreecommitdiff
path: root/net-im/ayttm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/ayttm/Makefile')
-rw-r--r--net-im/ayttm/Makefile28
1 files changed, 0 insertions, 28 deletions
diff --git a/net-im/ayttm/Makefile b/net-im/ayttm/Makefile
deleted file mode 100644
index 11bdbad5df59..000000000000
--- a/net-im/ayttm/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# New ports collection makefile for: everybuddy
-# Date created: 1 Mar 2000
-# Whom: Jim Mock <jim@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= everybuddy
-PORTVERSION= 0.2.1b6
-CATEGORIES= net
-MASTER_SITES= http://www.everybuddy.com/files/
-DISTNAME= ${PORTNAME}-${PORTVERSION:S/b/beta/}
-
-MAINTAINER= jim@FreeBSD.org
-
-USE_X_PREFIX= yes
-USE_GMAKE= yes
-USE_GTK= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}"
-
-MAN1= everybuddy.1
-
-pre-patch:
- @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS:S/"//g}|g; \
- s|-lpthreads|${PTHREAD_LIBS:S/"//g}|g' ${WRKSRC}/configure
-
-.include <bsd.port.mk>