1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/sysutils/dae/Makefile
Martin Wilke c1e9addf82 The dae program is used to list all daemon control scripts installed
within the rc.d system. It may also be used to execute any of these
scripts with the parameters provided.

PR:		ports/132586
Submitted by:	Dylan Bridgman
2009-03-19 16:33:06 +00:00

29 lines
503 B
Makefile

# New ports collection makefile for: dae
# Date created: 11 March 2009
# Whom: Dylan Bridgman
#
# $FreeBSD$
#
PORTNAME= dae
PORTVERSION= 0.9
CATEGORIES= sysutils
MASTER_SITES= #empty
DISTFILES= #none
MAINTAINER= light@ether.org.za
COMMENT= List and control system daemon
MAN1= dae.1
NO_WRKSUBDIR= yes
NO_BUILD= yes
PLIST_FILES= sbin/dae
do-install:
@${INSTALL_SCRIPT} ${FILESDIR}/dae.sh ${PREFIX}/sbin/dae
@${INSTALL_MAN} ${FILESDIR}/dae.1 ${MAN1PREFIX}/man/man1
.include <bsd.port.mk>