18 lines
422 B
Makefile
18 lines
422 B
Makefile
# $NetBSD: Makefile,v 1.11 2012/10/23 19:51:00 asau Exp $
|
|
#
|
|
|
|
DISTNAME= etcmanage-0.8.2
|
|
PKGREVISION= 1
|
|
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
|
|
|
|
USE_TOOLS+= perl:run
|
|
USE_PKGLOCALEDIR= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|