aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/confctl/Makefile
blob: e02a4f418041e323dd1175ff5ca919f0ed063347 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# New ports collection makefile for:    confctl
# Date created:     2012-06-18
# Whom:         Edward Tomasz Napierala <trasz@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   confctl
PORTVERSION=    1.1
CATEGORIES= sysutils
MASTER_SITES=   http://cloud.github.com/downloads/trasz/confctl/ \
        ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= trasz

MAINTAINER= trasz@FreeBSD.org
COMMENT=    Utility to parse and modify C-like configuration files

LICENSE=    BSD

GNU_CONFIGURE=  yes
MAN1=       confctl.1
PLIST_FILES=    bin/confctl

.include <bsd.port.mk>