mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
c1e9addf82
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
29 lines
503 B
Makefile
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>
|