1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00
freebsd-ports/sysutils/confctl/Makefile
Edward Tomasz Napierala c8d1ca4661 Update to 1.1.
2012-08-06 12:52:47 +00:00

25 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.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>