summaryrefslogtreecommitdiff
path: root/chat/bsflite/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'chat/bsflite/Makefile')
-rw-r--r--chat/bsflite/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/chat/bsflite/Makefile b/chat/bsflite/Makefile
new file mode 100644
index 00000000000..b20c5c3f2d9
--- /dev/null
+++ b/chat/bsflite/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/02/25 18:43:59 reed Exp $
+
+DISTNAME= bsflite-0.72
+CATEGORIES= chat
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bsflite/}
+
+MAINTAINER= leitec@leitec.org
+HOMEPAGE= http://bsflite.sourceforge.net/
+COMMENT= Lightweight AIM client for the command line
+
+INSTALLATION_DIRS= bin share/doc/bsflite
+
+do-install:
+ ${INSTALL_SCRIPT} ${WRKSRC}/bsflite ${PREFIX}/bin
+ ${INSTALL_DATA} ${WRKSRC}/COPYING ${PREFIX}/share/doc/bsflite
+ ${INSTALL_DATA} ${WRKSRC}/ChangeLog ${PREFIX}/share/doc/bsflite
+ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/bsflite
+
+.include "../../mk/bsd.pkg.mk"