blob: 1055cbcb53f084976bf984e53c462e468be0041f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# $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"
|