diff options
author | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2002-01-10 02:09:26 +0000 |
---|---|---|
committer | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2002-01-10 02:09:26 +0000 |
commit | b59beb92fd878d8805cbdb47a85bfb30af95a14d (patch) | |
tree | b72345669a60ad6f3380dac61c70ffabbdc7b725 /comms/birda/Makefile | |
parent | e5a0091411bf13fdc7fd3b59482d938a9c3513f9 (diff) |
Notes
Diffstat (limited to 'comms/birda/Makefile')
-rw-r--r-- | comms/birda/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/comms/birda/Makefile b/comms/birda/Makefile new file mode 100644 index 000000000000..3a094bc12177 --- /dev/null +++ b/comms/birda/Makefile @@ -0,0 +1,20 @@ +# Ports collection makefile for: birda +# Date Created: 29 December 2001 +# Whom: Brandon S. Allbery KF8NH <allbery@ece.cmu.edu> +# +# $FreeBSD$ +# + +PORTNAME= birda +PORTVERSION= 0.8 +CATEGORIES= comms +MASTER_SITES= ftp://ftp.augustsson.net/pub/netbsd/ \ + ftp://ftp.netbsd.org/pub/NetBSD/packages/distfiles/ + +MAINTAINER= allbery@ece.cmu.edu + +MAN1= ircomm.1 irobex.1 irs.1 \ + mkobexdate.1 mkobexmemo.1 mkobextel.1 mkobextodo.1 +MANCOMPRESSED= yes + +.include <bsd.port.mk> |