summaryrefslogtreecommitdiff
path: root/mail/xbuffy/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2000-12-05 02:04:49 +0000
committerwiz <wiz@pkgsrc.org>2000-12-05 02:04:49 +0000
commit0db35661ffc9e0535319ae2cedfd684e9a80c746 (patch)
tree59ae8e99c1108ee1b798adc3810bb3ac4ed53338 /mail/xbuffy/Makefile
parent99831540a0a77e61b819cf6b3250c93c91872f67 (diff)
downloadpkgsrc-0db35661ffc9e0535319ae2cedfd684e9a80c746.tar.gz
Initial import of xbuffy-3.4 package. Based on the package for xbuffy-3.3
provided by Jens A Nilsson in pkg/11628: Xbuffy is a XBiff-type program with a lot of new options.
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"