freebsd-ports/sysutils/confctl/Makefile
Edward Tomasz Napierala 2812ddbe36 Confctl is a sysctl-like tool to provide access to C-syntax configuration
files, such as /etc/hast.conf.  It allows for retrieving, modifying, adding
and removing variables, while preserving comments and formatting.

WWW:	https://github.com/trasz/confctl/
2012-06-26 17:00:24 +00:00

24 lines
509 B
Makefile

# New ports collection makefile for: confctl
# Date created: 2012-06-18
# Whom: Edward Tomasz Napierala <trasz@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= confctl
PORTVERSION= 1.0
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>