diff options
Diffstat (limited to 'security/bitstir/Makefile')
-rw-r--r-- | security/bitstir/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/security/bitstir/Makefile b/security/bitstir/Makefile index 81bc47e7130..7570af3fa51 100644 --- a/security/bitstir/Makefile +++ b/security/bitstir/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2003/08/30 22:23:31 dan Exp $ +# $NetBSD: Makefile,v 1.3 2003/09/01 10:13:12 cjep Exp $ # DISTNAME= bitstir-0.2 @@ -6,11 +6,12 @@ CATEGORIES= security MASTER_SITES= http://www.wiredyne.com/software/downloads/ MAINTAINER= pdh@wiredyne.com -HOMEPAGE= http://www.wiredyne.com/software/bitstir.html +HOMEPAGE= http://www.wiredyne.com/software/bitstir.html + COMMENT= Entropy restoration daemon USE_BUILDLINK2= yes ONLY_FOR_PLATFORM= NetBSD-*-* - + .include "../../mk/bsd.pkg.mk" |