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/Makefile29
1 files changed, 0 insertions, 29 deletions
diff --git a/net-im/ayttm/Makefile b/net-im/ayttm/Makefile
deleted file mode 100644
index c54e17406659..000000000000
--- a/net-im/ayttm/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# New ports collection makefile for: everybuddy
-# Date created: 1 Mar 2000
-# Whom: Jim Mock <jim@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= everybuddy
-PORTVERSION= 0.1.3
-CATEGORIES= net
-MASTER_SITES= http://www.everybuddy.com/files/
-
-MAINTAINER= jim@FreeBSD.org
-
-LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
- esd.2:${PORTSDIR}/audio/esound
-
-GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
-GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
-
-GNU_CONFIGURE= yes
-USE_X_PREFIX= yes
-
-CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" \
- GLIB_CONFIG="${GLIB_CONFIG}"
-
-MAN1= everybuddy.1
-
-.include <bsd.port.mk>