diff options
author | knu <knu@FreeBSD.org> | 2001-05-06 10:15:35 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-05-06 10:15:35 +0000 |
commit | dcd4c0713cc83b4614110eecd9c7780f35d70e32 (patch) | |
tree | 76ea91ae73e8c8303f9535463c485feb17357298 | |
parent | 4bfd8579b256504e547abae993f0d6794473f552 (diff) | |
download | FreeBSD-ports-dcd4c0713cc83b4614110eecd9c7780f35d70e32.zip FreeBSD-ports-dcd4c0713cc83b4614110eecd9c7780f35d70e32.tar.gz |
Add irc/dcc, a DCC support program for irchat-pj.
PR: ports/27081
Submitted by: Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
-rw-r--r-- | irc/Makefile | 1 | ||||
-rw-r--r-- | irc/dcc/Makefile | 24 | ||||
-rw-r--r-- | irc/dcc/distinfo | 1 | ||||
-rw-r--r-- | irc/dcc/pkg-comment | 1 | ||||
-rw-r--r-- | irc/dcc/pkg-descr | 1 | ||||
-rw-r--r-- | irc/dcc/pkg-plist | 1 |
6 files changed, 29 insertions, 0 deletions
diff --git a/irc/Makefile b/irc/Makefile index c955a6f..03e56b0 100644 --- a/irc/Makefile +++ b/irc/Makefile @@ -4,6 +4,7 @@ SUBDIR += bitchx SUBDIR += blackened SUBDIR += bnc + SUBDIR += dcc SUBDIR += dircproxy SUBDIR += epic4 SUBDIR += ezbounce diff --git a/irc/dcc/Makefile b/irc/dcc/Makefile new file mode 100644 index 0000000..b4b39f1 --- /dev/null +++ b/irc/dcc/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: dcc +# Date Created: 6 May 2001 +# Whom: Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp> +# +# $FreeBSD$ +# + +PORTNAME= dcc +PORTVERSION= 2.5.3 +CATEGORIES= irc +MASTER_SITES= ftp://ftp.fan.gr.jp/pub/elisp/irchat-pj/2.5/ +DISTNAME= irchat-pj-${PORTVERSION}p + +MAINTAINER= yoichi@eken.phys.nagoya-u.ac.jp + +ALL_TARGET= dcc +LDFLAGS= ${PTHREAD_LIBS} +CFLAGS+= ${PTHREAD_CFLAGS} -DUSE_PTHREAD -DENABLE_PTHREAD_ATTR +MAKE_ENV+= LDFLAGS="${LDFLAGS}" + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/dcc ${PREFIX}/bin + +.include <bsd.port.mk> diff --git a/irc/dcc/distinfo b/irc/dcc/distinfo new file mode 100644 index 0000000..738a72a --- /dev/null +++ b/irc/dcc/distinfo @@ -0,0 +1 @@ +MD5 (irchat-pj-2.5.3p.tar.gz) = c282428b34e2042197de6f680b6280e6 diff --git a/irc/dcc/pkg-comment b/irc/dcc/pkg-comment new file mode 100644 index 0000000..a1c1dc9 --- /dev/null +++ b/irc/dcc/pkg-comment @@ -0,0 +1 @@ +DCC support program for irchat-pj diff --git a/irc/dcc/pkg-descr b/irc/dcc/pkg-descr new file mode 100644 index 0000000..90897d3 --- /dev/null +++ b/irc/dcc/pkg-descr @@ -0,0 +1 @@ +Thisis a DCC support program for irchat-pj. diff --git a/irc/dcc/pkg-plist b/irc/dcc/pkg-plist new file mode 100644 index 0000000..bc50039e --- /dev/null +++ b/irc/dcc/pkg-plist @@ -0,0 +1 @@ +bin/dcc |