New in Version 0.8.2 Branches netbsd-6, netbsd-6-0 and netbsd-5-1 are supported. New in Version 0.8.1 INSTALL-NetBSD now installs the tests set, in NetBSD 5, and the modules set, to be in NetBSD 6.
19 lines
439 B
Makefile
19 lines
439 B
Makefile
# $NetBSD: Makefile,v 1.9 2012/04/18 16:39:49 gdt Exp $
|
|
#
|
|
|
|
DISTNAME= etcmanage-0.8.2
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://www.ir.bbn.com/~gdt/etcmanage/
|
|
|
|
MAINTAINER= gdt@NetBSD.org
|
|
HOMEPAGE= http://www.ir.bbn.com/~gdt/etcmanage/
|
|
COMMENT= Automatically manage files in /etc
|
|
LICENSE= modified-bsd
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_TOOLS+= perl:run
|
|
USE_PKGLOCALEDIR= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|