summaryrefslogtreecommitdiff
path: root/chat/dccserver/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2004-01-01 04:06:34 +0000
committerwiz <wiz@pkgsrc.org>2004-01-01 04:06:34 +0000
commite7a663c7bf3ba0c4c678c2ee819170ca80bc4822 (patch)
treebf725a2fe554ce6d5bc29b705cb394cb543d28ad /chat/dccserver/Makefile
parent6ec56ba8de39ff6f1fb1258e55842250627a15e3 (diff)
downloadpkgsrc-e7a663c7bf3ba0c4c678c2ee819170ca80bc4822.tar.gz
Import of dccserver from pkgsrc-wip.
dccserver is a standalone program aiming to provide the functions of mIRC's /dccserver command. Currently, Chat and Send (including resume) modes are supported. Fserve and Get mode are not yet supported. All connections are accepted; some simple checks on allowed file names are done. For more details, please look in the man pages.
Diffstat (limited to 'chat/dccserver/Makefile')
-rw-r--r--chat/dccserver/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/chat/dccserver/Makefile b/chat/dccserver/Makefile
new file mode 100644
index 00000000000..e092da4abdd
--- /dev/null
+++ b/chat/dccserver/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/01/01 04:06:34 wiz Exp $
+#
+
+DISTNAME= dccserver-0.4
+CATEGORIES= chat
+MASTER_SITES= http://www.nih.at/dccserver/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= wiz@NetBSD.org
+HOMEPAGE= http://www.nih.at/dccserver/
+COMMENT= Standalone replacement for the mIRC /dccserver command
+
+USE_BUILDLINK2= yes
+GNU_CONFIGURE= yes
+
+post-install:
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/dccserver
+ ${INSTALL_DATA} ${WRKSRC}/contrib/dccsend.pl ${PREFIX}/share/dccserver
+
+.include "../../mk/bsd.pkg.mk"