freebsd-ports/sysutils/dsbwrtsysctl/Makefile
Raphael Kubo da Costa 13ededf233 New port: sysutils/dsbwrtsysctl.
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>
2016-02-28 22:12:36 +00:00

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>