1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Add irc/liece-dcc, a DCC support program for Liece.

PR:		ports/27081
Submitted by:	Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
This commit is contained in:
Akinori MUSHA 2001-05-06 10:20:18 +00:00
parent 987ca87f01
commit 6c7fa5a033
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=42317
6 changed files with 31 additions and 0 deletions

View File

@ -16,6 +16,7 @@
SUBDIR += ircd-hybrid
SUBDIR += iroffer
SUBDIR += irssi
SUBDIR += liece-dcc
SUBDIR += liece-emacs20
SUBDIR += liece-xemacs21-mule
SUBDIR += kvirc

25
irc/liece-dcc/Makefile Normal file
View File

@ -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>

1
irc/liece-dcc/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (liece-1.4.4.tar.gz) = e2ad08e4c80c4a5a9d323f736a54e91e

View File

@ -0,0 +1 @@
DCC support program for Liece

1
irc/liece-dcc/pkg-descr Normal file
View File

@ -0,0 +1 @@
This is a DCC support program for Liece.

2
irc/liece-dcc/pkg-plist Normal file
View File

@ -0,0 +1,2 @@
bin/ldcc
bin/ltcp