aboutsummaryrefslogtreecommitdiff
path: root/comms/birda/Makefile
diff options
context:
space:
mode:
authorMunechika SUMIKAWA <sumikawa@FreeBSD.org>2002-01-10 02:09:26 +0000
committerMunechika SUMIKAWA <sumikawa@FreeBSD.org>2002-01-10 02:09:26 +0000
commitb59beb92fd878d8805cbdb47a85bfb30af95a14d (patch)
treeb72345669a60ad6f3380dac61c70ffabbdc7b725 /comms/birda/Makefile
parente5a0091411bf13fdc7fd3b59482d938a9c3513f9 (diff)
downloadports-b59beb92fd878d8805cbdb47a85bfb30af95a14d.tar.gz
ports-b59beb92fd878d8805cbdb47a85bfb30af95a14d.zip
Notes
Diffstat (limited to 'comms/birda/Makefile')
-rw-r--r--comms/birda/Makefile20
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>