13ededf233
DSBWrtSysctl is a FreeBSD command-line tool to add variable=value pairs to /etc/sysctl.conf, or to change the values of existing variables. WWW: http://freeshell.de/~mk/projects/dsbwrtsysctl.html PR: 198690 Submitted by: Marcel <mk@nic-nac-project.org>
20 lines
400 B
Makefile
20 lines
400 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= dsbwrtsysctl
|
|
PORTVERSION= 0.1.3
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://freeshell.de/~mk/download/
|
|
|
|
MAINTAINER= mk@nic-nac-project.org
|
|
COMMENT= Changes variable=value pairs in sysctl.conf, or adds them
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
USES= tar:tgz
|
|
|
|
PLIST_FILES= bin/dsbwrtsysctl
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/dsbwrtsysctl ${STAGEDIR}${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|