diff options
Diffstat (limited to 'comms/birda/Makefile')
-rw-r--r-- | comms/birda/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/comms/birda/Makefile b/comms/birda/Makefile new file mode 100644 index 00000000000..c12d649fca2 --- /dev/null +++ b/comms/birda/Makefile @@ -0,0 +1,11 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/11/29 13:05:22 augustss Exp $ +# + +DISTNAME= birda-0.1 +CATEGORIES= comms +MASTER_SITES= ftp://ftp.augustsson.net/pub/netbsd/ + +MAINTAINER= lennart@augustsson.net +COMMENT= Bohlin's IrDA utilities + +.include "../../mk/bsd.pkg.mk" |