1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00
freebsd-ports/sysutils/confctl/Makefile
Chris Hutchinson 138eb13e8b *: Move manpages to share/man
PR:		277322
2024-03-01 21:11:59 +03:00

21 lines
427 B
Makefile

PORTNAME= confctl
PORTVERSION= 1.2
PORTREVISION= 1
CATEGORIES= sysutils
MAINTAINER= portmaster@BSDforge.com
COMMENT= Utility to parse and modify C-like configuration files
WWW= https://github.com/trasz/confctl/
LICENSE= BSD2CLAUSE
USES= autoreconf
USE_GITHUB= yes
GH_ACCOUNT= trasz
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
PLIST_FILES= bin/confctl \
share/man/man1/confctl.1.gz
.include <bsd.port.mk>