[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / sysutils / etcmanage

File: [cvs.NetBSD.org] / pkgsrc / sysutils / etcmanage / Makefile (download)

Revision 1.2, Sat Dec 2 19:04:26 2006 UTC (17 years, 4 months ago) by gdt
Branch: MAIN
Changes since 1.1: +3 -2 lines

update to 0.3

  new script BUILD-NetBSD which is a wrapper around build.sh, setting
  OBJDIR, etc., and intended to start from a plain source tree and end
  up with a cdrom image, with or without x.  creates a manifest for
  etcmanage.  It also has an install option which does a merge of /etc
  with etcmanage, but this needs to be done on the same machine as the
  build.

  new script INSTALL-NetBSD which takes a releasedir and does a binary
  upgrade (kernel, userland, merges etc with etcmange, but DOES NOT
  TOUCH BOOTBLOCKS).  Can be run on a machine other than the build
  host.

# $NetBSD: Makefile,v 1.2 2006/12/02 19:04:26 gdt Exp $
#

DISTNAME=		etcmanage-0.3
CATEGORIES=		sysutils
MASTER_SITES=		http://acert.ir.bbn.com/downloads/etcmanage/

MAINTAINER=		gdt@NetBSD.org
HOMEPAGE=		http://acert.ir.bbn.com/downloads/etcmanage/
COMMENT=		Automatically manage files in /etc

USE_TOOLS+=	perl
USE_PKGLOCALEDIR=	yes
GNU_CONFIGURE=		yes

.include "../../mk/bsd.pkg.mk"