mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
23 lines
452 B
Makefile
23 lines
452 B
Makefile
# Created by: 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
|
|
|
|
NO_WRKSUBDIR= yes
|
|
NO_BUILD= yes
|
|
|
|
PLIST_FILES= sbin/dae man/man1/dae.1.gz
|
|
|
|
do-install:
|
|
@${INSTALL_SCRIPT} ${FILESDIR}/dae.sh ${STAGEDIR}${PREFIX}/sbin/dae
|
|
@${INSTALL_MAN} ${FILESDIR}/dae.1 ${STAGEDIR}${MANPREFIX}/man/man1
|
|
|
|
.include <bsd.port.mk>
|