diff options
author | Bill Fenner <fenner@FreeBSD.org> | 1998-01-28 03:50:52 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 1998-01-28 03:50:52 +0000 |
commit | 2e23a9ce58522e52bc6a357de6ecdb927d39fe1a (patch) | |
tree | 8460c86fc7f465a6ca97f8197959de02184b296c /sysutils/bkpupsd/Makefile | |
parent | Remove Mutt. I don't consider it controled anymore. (diff) |
bkpupsd, a daemon to control the APC Back-UPS Pro series UPS.
PR: ports/4377
Submitted by: Yoshifumi Watanabe <mwatts@edu1.tokyo-med.ac.jp>
Notes
Notes:
svn path=/head/; revision=9484
Diffstat (limited to 'sysutils/bkpupsd/Makefile')
-rw-r--r-- | sysutils/bkpupsd/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/sysutils/bkpupsd/Makefile b/sysutils/bkpupsd/Makefile new file mode 100644 index 000000000000..27480fd822c5 --- /dev/null +++ b/sysutils/bkpupsd/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: bkpupsd +# Version required: 1.0 +# Date created: 26 May 1995 +# Whom: Yoshifumi Watanabe <mwatts@edu1.tokyo-med.ac.jp> +# +# $Id$ +# + +DISTNAME= bkpupsd-1.0a +PKGNAME= bkpupsd-1.0 +CATEGORIES= sysutils +MASTER_SITES= ftp://edu1.tokyo-med.ac.jp/pub/contrib/bkpupsd/ + +MAINTAINER= mwatts@edu1.tokyo-med.ac.jp + +MAN8= bkpupsd.8 + +.include <bsd.port.mk> |