diff options
Diffstat (limited to 'sysutils/logrot/Makefile')
-rw-r--r-- | sysutils/logrot/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sysutils/logrot/Makefile b/sysutils/logrot/Makefile new file mode 100644 index 00000000000..099d4de6ae8 --- /dev/null +++ b/sysutils/logrot/Makefile @@ -0,0 +1,12 @@ +# $NetBSD: Makefile,v 1.1 1998/07/24 17:17:03 lukem Exp $ +# + +DISTNAME= logrot-1.3 +CATEGORIES= sysutils +MASTER_SITES= ftp://ftp.snark.dropbear.id.au/pub/werj/ + +MAINTAINER= lukem@netbsd.org + +GNU_CONFIGURE= YES + +.include "../../mk/bsd.pkg.mk" |