aboutsummaryrefslogblamecommitdiff
path: root/sysutils/dsbwrtsysctl/Makefile
blob: fb851a52d5a067afabecce7edb7e3d82113a8eff (plain) (tree)



















                                                                          
# $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>