diff options
author | knu <knu@FreeBSD.org> | 2001-05-06 10:20:18 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-05-06 10:20:18 +0000 |
commit | 10b42d88f5e00170391ee837547ee1b0181ba95f (patch) | |
tree | 9dcbda3d9413c09097194847c9b4c9954be8174f /irc | |
parent | dcd4c0713cc83b4614110eecd9c7780f35d70e32 (diff) | |
download | FreeBSD-ports-10b42d88f5e00170391ee837547ee1b0181ba95f.zip FreeBSD-ports-10b42d88f5e00170391ee837547ee1b0181ba95f.tar.gz |
Add irc/liece-dcc, a DCC support program for Liece.
PR: ports/27081
Submitted by: Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
Diffstat (limited to 'irc')
-rw-r--r-- | irc/Makefile | 1 | ||||
-rw-r--r-- | irc/liece-dcc/Makefile | 25 | ||||
-rw-r--r-- | irc/liece-dcc/distinfo | 1 | ||||
-rw-r--r-- | irc/liece-dcc/pkg-comment | 1 | ||||
-rw-r--r-- | irc/liece-dcc/pkg-descr | 1 | ||||
-rw-r--r-- | irc/liece-dcc/pkg-plist | 2 |
6 files changed, 31 insertions, 0 deletions
diff --git a/irc/Makefile b/irc/Makefile index 03e56b0..21a8433 100644 --- a/irc/Makefile +++ b/irc/Makefile @@ -16,6 +16,7 @@ SUBDIR += ircd-hybrid SUBDIR += iroffer SUBDIR += irssi + SUBDIR += liece-dcc SUBDIR += liece-emacs20 SUBDIR += liece-xemacs21-mule SUBDIR += kvirc diff --git a/irc/liece-dcc/Makefile b/irc/liece-dcc/Makefile new file mode 100644 index 0000000..336a5dc --- /dev/null +++ b/irc/liece-dcc/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: liece-dcc +# Date Created: 6 May 2001 +# Whom: Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp> +# +# $FreeBSD$ +# + +PORTNAME= liece-dcc +PORTVERSION= 1.4.4 +CATEGORIES= irc +MASTER_SITES= http://www.unixuser.org/~ueno/liece/dist/ +DISTNAME= liece-${PORTVERSION} + +MAINTAINER= yoichi@eken.phys.nagoya-u.ac.jp + +HAS_CONFIGURE= yes +USE_GMAKE= yes + +BUILD_WRKSRC= ${WRKSRC}/dcc + +do-install: + ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/ldcc ${PREFIX}/bin + ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/ltcp ${PREFIX}/bin + +.include <bsd.port.mk> diff --git a/irc/liece-dcc/distinfo b/irc/liece-dcc/distinfo new file mode 100644 index 0000000..0fb0a5d --- /dev/null +++ b/irc/liece-dcc/distinfo @@ -0,0 +1 @@ +MD5 (liece-1.4.4.tar.gz) = e2ad08e4c80c4a5a9d323f736a54e91e diff --git a/irc/liece-dcc/pkg-comment b/irc/liece-dcc/pkg-comment new file mode 100644 index 0000000..d867030 --- /dev/null +++ b/irc/liece-dcc/pkg-comment @@ -0,0 +1 @@ +DCC support program for Liece diff --git a/irc/liece-dcc/pkg-descr b/irc/liece-dcc/pkg-descr new file mode 100644 index 0000000..cf1e0ef --- /dev/null +++ b/irc/liece-dcc/pkg-descr @@ -0,0 +1 @@ +This is a DCC support program for Liece. diff --git a/irc/liece-dcc/pkg-plist b/irc/liece-dcc/pkg-plist new file mode 100644 index 0000000..c478754 --- /dev/null +++ b/irc/liece-dcc/pkg-plist @@ -0,0 +1,2 @@ +bin/ldcc +bin/ltcp |