mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
0c5bab8188
PR 88049 marked comms/birda as deprecated because the old distfile is no longer available on NetBSD's ftp server. This is because they now ship birda-1.1 This patch updates the port to 1.1, unbreaking birda. I use this port routinely and would hate to see it gone. I would be happy to be maintainer of birda if current maintainer has no interest maintaining it. PR: ports/88968 Submitted by: Matthew Luckie <mjl@luckie.org.nz> ---------------------------------------------------------------------- CVS: Enter Log. Lines beginning with `CVS:' are removed automatically distinfo CVS: Added Files: CVS: files/patch-lib-Makefile CVS: Removed Files: CVS: files/patch-iassrv.c CVS: ----------------------------------------------------------------------
23 lines
557 B
Makefile
23 lines
557 B
Makefile
# Ports collection makefile for: birda
|
|
# Date Created: 29 December 2001
|
|
# Whom: Brandon S. Allbery KF8NH <allbery@ece.cmu.edu>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= birda
|
|
PORTVERSION= 1.3
|
|
CATEGORIES= comms
|
|
MASTER_SITES= ftp://ftp.augustsson.net/pub/netbsd/ \
|
|
ftp://ftp.netbsd.org/pub/NetBSD/packages/distfiles/
|
|
|
|
MAINTAINER= mjl@luckie.org.nz
|
|
COMMENT= Bohlin's IrDA utilities, ported from NetBSD's pkgsrc
|
|
|
|
MAN1= ircomm.1 irobex.1 irs.1 \
|
|
mkobexcard.1 mkobexdate.1 mkobexmemo.1 mkobexpdb.1 \
|
|
mkobextel.1 mkobextodo.1
|
|
MANCOMPRESSED= yes
|
|
|
|
.include <bsd.port.mk>
|