summaryrefslogtreecommitdiff
path: root/mail/coolmail/Makefile
diff options
context:
space:
mode:
authortron <tron>1998-07-19 13:11:49 +0000
committertron <tron>1998-07-19 13:11:49 +0000
commit5c2bdbcf45d1f4c07a08054b7ad51de6502305e5 (patch)
tree65307c3c9f012a6f0c8e66f1e0fa656fa5938cfd /mail/coolmail/Makefile
parent0d8d60b2d3476fefea9e4f6d33355799302f0451 (diff)
downloadpkgsrc-5c2bdbcf45d1f4c07a08054b7ad51de6502305e5.tar.gz
New "coolmail" package created by Tim Rightnour:
xbiff replacement with 3D animation and sound.
Diffstat (limited to 'mail/coolmail/Makefile')
-rw-r--r--mail/coolmail/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/mail/coolmail/Makefile b/mail/coolmail/Makefile
new file mode 100644
index 00000000000..b93f0d832f6
--- /dev/null
+++ b/mail/coolmail/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 1998/07/19 13:11:49 tron Exp $
+
+DISTNAME= coolmail-1.3
+CATEGORIES= mail x11
+MASTER_SITES= ${MASTER_SITE_SUNSITE}
+MASTER_SITE_SUBDIR= system/mail/biffs
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= root@garbled.net
+
+MAKE_ENV+= X11BASE=${PREFIX}
+USE_X11= yes
+
+post-install:
+ ${INSTALL_DATA} ${WRKSRC}/Coolmail.ad \
+ ${PREFIX}/lib/X11/app-defaults/Coolmail
+
+.include "../../mk/bsd.pkg.mk"