summaryrefslogtreecommitdiff
path: root/mail/xbuffy/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail/xbuffy/Makefile')
-rw-r--r--mail/xbuffy/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/mail/xbuffy/Makefile b/mail/xbuffy/Makefile
new file mode 100644
index 00000000000..f5c98ef73f9
--- /dev/null
+++ b/mail/xbuffy/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/12/05 02:04:49 wiz Exp $
+#
+
+DISTNAME= xbuffy-3.4
+CATEGORIES= mail x11
+MASTER_SITES= ftp://ftp.virginia.edu/pub/xbuffy/
+
+MAINTAINER= packages@netbsd.org
+
+GNU_CONFIGURE= YES
+USE_X11BASE= YES
+CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}"
+
+CPPFLAGS+= -I${PREFIX}/include
+CPPFLAGS+= -Wall
+
+post-install:
+ ${INSTALL_DATA} ${WRKSRC}/XBuffy.ad ${PREFIX}/lib/X11/app-defaults/XBuffy
+
+.include "../../mk/bsd.pkg.mk"