mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Initial import of BinkD version 0.9.2.
A Fidonet TCP/IP mailer. PR: 7689 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
This commit is contained in:
parent
c92f877844
commit
be1da4b0c9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=15559
42
net/binkd/Makefile
Normal file
42
net/binkd/Makefile
Normal file
@ -0,0 +1,42 @@
|
||||
# New ports collection makefile for: binkd
|
||||
# Version required: 0.9.2
|
||||
# Date created: 19 August 1998
|
||||
# Whom: Andrey Zakhvatov
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
DISTNAME= binkd092
|
||||
PKGNAME= binkd-0.9.2
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ftp://ftp.sut.ru/pub/FidoNet/BinkD/092/ \
|
||||
ftp://ftp.aanet.ru/pub/Linux/system/Fido/
|
||||
EXTRACT_SUFX= .zip
|
||||
|
||||
MAINTAINER= andy@icc.surw.chel.su
|
||||
|
||||
BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PKGNAME}
|
||||
EXTRACT_CMD= unzip
|
||||
EXTRACT_BEFORE_ARGS=
|
||||
GNU_CONFIGURE= yes
|
||||
MAN8= binkd.8
|
||||
|
||||
post-extract:
|
||||
@ ${CP} ${WRKSRC}/mkfls/unix/* ${WRKSRC}
|
||||
@ chmod a+x ${WRKSRC}/configure
|
||||
|
||||
do-install:
|
||||
@ ${INSTALL_PROGRAM} ${WRKSRC}/binkd ${PREFIX}/sbin
|
||||
@ ${INSTALL_MAN} ${WRKSRC}/binkd.8 ${PREFIX}/man/man8
|
||||
@ ${INSTALL_DATA} ${WRKSRC}/binkd.cfg ${PREFIX}/etc/binkd.cfg.sample
|
||||
.if !defined(NOPORTDOCS)
|
||||
@ ${MKDIR} ${PREFIX}/share/doc/binkd
|
||||
@ ${INSTALL_DATA} ${WRKSRC}/!README ${PREFIX}/share/doc/binkd/README
|
||||
@ ${INSTALL_DATA} ${WRKSRC}/!README.FIX ${PREFIX}/share/doc/binkd/README.FIX
|
||||
@ ${INSTALL_DATA} ${WRKSRC}/!SRIF.TXT ${PREFIX}/share/doc/binkd/SRIF.TXT
|
||||
@ ${INSTALL_DATA} ${WRKSRC}/COPYING ${PREFIX}/share/doc/binkd
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
1
net/binkd/distinfo
Normal file
1
net/binkd/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (binkd092.zip) = 4292d491069b19d590e137d5dd258cbb
|
1
net/binkd/pkg-comment
Normal file
1
net/binkd/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Fidonet TCP/IP mailer.
|
6
net/binkd/pkg-descr
Normal file
6
net/binkd/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
Binkd is a Fidonet mailer designed to operate via TCP/IP networks.
|
||||
As a FTN-compatible internet daemon, it makes possible efficient
|
||||
utilization of TCP/IP protocol suite as a transport layer in
|
||||
FTN-based (Fido Technology Network) networks.
|
||||
|
||||
http://www.magadan.su/~maloff/binkd
|
7
net/binkd/pkg-plist
Normal file
7
net/binkd/pkg-plist
Normal file
@ -0,0 +1,7 @@
|
||||
etc/binkd.cfg.sample
|
||||
sbin/binkd
|
||||
share/doc/binkd/COPYING
|
||||
share/doc/binkd/README
|
||||
share/doc/binkd/README.FIX
|
||||
share/doc/binkd/SRIF.TXT
|
||||
@dirrm share/doc/binkd
|
Loading…
Reference in New Issue
Block a user