opnsense-ports/sysutils/dae/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

22 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>