a8ed171245
Convert a couple to github, and use some options helpers on the way. Sponsored by: Absolight
21 lines
406 B
Makefile
21 lines
406 B
Makefile
# Created by: Edward Tomasz Napierala <trasz@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= confctl
|
|
PORTVERSION= 1.2
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= GHC \
|
|
LOCAL/trasz
|
|
|
|
MAINTAINER= trasz@FreeBSD.org
|
|
COMMENT= Utility to parse and modify C-like configuration files
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= trasz
|
|
GNU_CONFIGURE= yes
|
|
PLIST_FILES= bin/confctl \
|
|
man/man1/confctl.1.gz
|
|
|
|
.include <bsd.port.mk>
|