724a5f6f27
A set of utilities to communicate with IrDA devices over an IrDA port on a serial line. Covers IrComm for connecting via PPP over cell phones as well as several utilities to exchange data with PDAs. These programs were written by Tommy Bohlin <tommy@gatespace.com>. Man pages and some program by Dieter Baron. Based on port by Pavel Korovin <pvk@oxygene.ru>.
22 lines
538 B
Makefile
22 lines
538 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2003/08/21 12:58:01 grange Exp $
|
|
# $RuOBSD: Makefile,v 1.7 2003/08/18 18:40:14 grange Exp $
|
|
|
|
COMMENT= "Bohlin's IrDA utilities"
|
|
|
|
DISTNAME= birda-1.1
|
|
CATEGORIES= comms
|
|
MASTER_SITES= ftp://ftp.augustsson.net/pub/netbsd/
|
|
|
|
MAINTAINER= Alexander Yurchenko <grange@openbsd.org>
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
FAKE_FLAGS= PREFIX="${LOCALBASE}" MANDIR="${LOCALBASE}/man/cat" \
|
|
LIBDIR="${LOCALBASE}/lib"
|
|
|
|
.include <bsd.port.mk>
|