forked from Lainports/freebsd-ports
Changelog: * Add '-D' flag to show default value(s) only. PR: ports/171012 Submitted by: dteske (maintainer) Approved by: eadler (mentor)
25 lines
548 B
Makefile
25 lines
548 B
Makefile
# New ports collection makefile for: sysrc
|
|
# Date created: 28 December 2011
|
|
# Whom: Devin Teske <dteske@vicor.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= sysrc
|
|
PORTVERSION= 4.1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://druidbsd.sourceforge.net/download/
|
|
|
|
MAINTAINER= dteske@FreeBSD.org
|
|
COMMENT= Utility to get or set rc.conf(5) values
|
|
|
|
NO_BUILD= yes
|
|
|
|
PLIST_FILES= sbin/${PORTNAME}
|
|
MAN8= ${PORTNAME}.8
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/sbin/
|
|
${INSTALL_MAN} ${WRKSRC}/${MAN8} ${MANPREFIX}/man/man8/
|
|
|
|
.include <bsd.port.mk>
|