1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/sysutils/freqsdwn/files/Makefile.daemon
Norikatsu Shigemura 5f4cfd5c07 Add FREQSHIP-mini Mitsubishi Electric UPS
controller daemon, is supported following
UPS series:

    FREQUPS FW-F series
    FREQUPS FW-A series
    FREQUPS FW-V series
    PowerUPS AX-M series

Sponsored by:   Ensure Technology Ltd
Reviewed by:	ume
2006-02-04 15:13:37 +00:00

14 lines
168 B
Makefile

# $FreeBSD$
PROG= freqshpd
SRCS= freqmain.c
NOMAN= yes
NO_MAN= yes
BINDIR= ${PREFIX}/sbin
BINMODE= 0510
CFLAGS+= -DPREFIX='"${PREFIX}"'
.include <bsd.prog.mk>