opnsense-ports/sysutils/confctl/Makefile
Franco Fichtner d3f8339571 */*: sync with upstream
Taken from: HardenedBSD
2019-12-04 09:43:30 +01:00

20 lines
390 B
Makefile

# Created by: Edward Tomasz Napierala <trasz@FreeBSD.org>
# $FreeBSD$
PORTNAME= confctl
PORTVERSION= 1.2
CATEGORIES= sysutils
MAINTAINER= trasz@FreeBSD.org
COMMENT= Utility to parse and modify C-like configuration files
LICENSE= BSD2CLAUSE
USES= autoreconf
USE_GITHUB= yes
GH_ACCOUNT= trasz
GNU_CONFIGURE= yes
PLIST_FILES= bin/confctl \
man/man1/confctl.1.gz
.include <bsd.port.mk>