summaryrefslogtreecommitdiff
path: root/mail/xbuffy/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail/xbuffy/Makefile')
-rw-r--r--mail/xbuffy/Makefile22
1 files changed, 0 insertions, 22 deletions
diff --git a/mail/xbuffy/Makefile b/mail/xbuffy/Makefile
deleted file mode 100644
index fc21957358c..00000000000
--- a/mail/xbuffy/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# $NetBSD: Makefile,v 1.8 2005/06/01 18:03:00 jlam Exp $
-#
-
-DISTNAME= xbuffy-3.4
-CATEGORIES= mail x11
-MASTER_SITES= ftp://ftp.virginia.edu/pub/xbuffy/
-
-MAINTAINER= tech-pkg@NetBSD.org
-COMMENT= Replacement for xbiff that handles multiple mail files
-
-GNU_CONFIGURE= YES
-USE_X11BASE= YES
-
-CPPFLAGS+= -I${X11BASE}/include
-CPPFLAGS+= -Wall
-
-.include "../../mk/x11.buildlink3.mk"
-
-post-install:
- ${INSTALL_DATA} ${WRKSRC}/XBuffy.ad ${PREFIX}/lib/X11/app-defaults/XBuffy
-
-.include "../../mk/bsd.pkg.mk"