summaryrefslogtreecommitdiff
path: root/sysutils/apcupsd/Makefile
blob: 37065017a7463e235956daf6e6b35cb4e57a4025 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
# $NetBSD: Makefile,v 1.19 2002/12/23 16:31:29 cjep Exp $

DISTNAME=		apcupsd-3.8.5
CATEGORIES=		sysutils
MASTER_SITES=		ftp://ftp.oasi.gpa.it/pub/apcupsd/stable/tar/

MAINTAINER=		bouyer@netbsd.org
HOMEPAGE=		http://www.sibbald.com/apcupsd/
COMMENT=		UPS power management for APCC Products

BUILD_USES_MSGFMT=	yes

USE_BUILDLINK2=		# defined
USE_GMAKE=		# defined

GNU_CONFIGURE=		# defined

PKG_SYSCONFSUBDIR= apcupsd

# Thread support is needed to for http support, and to compile powerflute,
# which has a curses interface
#
#CONFIGURE_ARGS+=	--enable-http		# include http support
#.include "../../devel/ncurses/buildlink2.mk"
#CONFIGURE_ARGS+=	--enable-threads	# compile threading code
#CONFIGURE_ARGS+=	--enable-powerflute	# compile powerflute program

CONFIGURE_ARGS+=	--with-catgets		# use catgets functions
CONFIGURE_ARGS+=	--enable-nls		# i18n support
CONFIGURE_ARGS+=	--with-lock-dir=/var/spool/lock
CONFIGURE_ARGS+=	--with-serial-dev=/dev/tty01
CONFIGURE_ARGS+=	--sysconfdir=${PKG_SYSCONFDIR}
# configure sets sbindir to '${prefix}/sbin' without expanding $prefix
# this breaks .in files that uses @sbindir@
CONFIGURE_ARGS+=	--sbindir=${PREFIX}/sbin

EGDIR=          ${PREFIX}/share/examples/apcupsd

CONF_FILES_PERMS+=     ${EGDIR}/apcupsd.master.conf ${PKG_SYSCONFDIR}/apcupsd.conf ${ROOT_USER} ${ROOT_GROUP} 644
CONF_FILES_PERMS+= ${EGDIR}/changeme ${PKG_SYSCONFDIR}/changeme ${ROOT_USER} ${ROOT_GROUP} 755
CONF_FILES_PERMS+= ${EGDIR}/commfailure ${PKG_SYSCONFDIR}/commfailure ${ROOT_USER} ${ROOT_GROUP} 755
CONF_FILES_PERMS+= ${EGDIR}/commok ${PKG_SYSCONFDIR}/commok ${ROOT_USER} ${ROOT_GROUP} 755
CONF_FILES_PERMS+= ${EGDIR}/onbattery ${PKG_SYSCONFDIR}/onbattery ${ROOT_USER} ${ROOT_GROUP} 755
CONF_FILES_PERMS+= ${EGDIR}/mainsback ${PKG_SYSCONFDIR}/mainsback ${ROOT_USER} ${ROOT_GROUP} 755
SUPPORT_FILES_PERMS=  ${EGDIR}/apccontrol ${PKG_SYSCONFDIR}/apccontrol ${ROOT_USER} ${ROOT_GROUP} 755
RCD_SCRIPTS=	apcupsd

# we should probably allow the tty to be set in /etc/mk.conf too
#
post-build:
	${SED} -e 's|@@PREFIX@@|${PREFIX}|' \
		${WRKSRC}/examples/apcupsd.master.conf > \
		${WRKDIR}/apcupsd.master.conf
	${SED} -e 's|@@PREFIX@@|${PREFIX}|' \
		${WRKSRC}/examples/apcupsd.slave.conf > \
		${WRKDIR}/apcupsd.slave.conf
	${SED} -e 's|@@PREFIX@@|${PREFIX}|'\
	     -e 's|@@SYSCONFDIR@@|${PKG_SYSCONFDIR}|' \
	     ${WRKSRC}/doc/apcupsd.man > ${WRKSRC}/doc/apcupsd.8

DOCS=	README.BackUPS		\
	README.BackUPS-Pro	\
	README.NewerBackUPS-Pro	\
	README.Share-UPS	\
	README.SmartUPS-VS	\
	README.apcaccess	\
	README.autoconfig	\
	README.cable		\
	Statement.APCC 		\
	apcupsd-bug-1 		\
	apcupsd-bug-2 		\
	minicom.txt		\
	port.gif

HTMLDOCS= apcaccess.html apcnisd.html apctest.html apcupsd-styles.css \
	 apcupsd.book apcupsd.gif apcupsd.html batteries.html bugs.html \
	 cables.html cgiprogs.html charging.gif config-examples.html \
	 configure.html data.html eprom.html events.html faq.html index.html \
	 install.html invoking.html kernel_config.html license.html \
	 logging.html master-slave.html multiUPS.html multimon.gif \
	 new_features_3_7_0.html new_features_3_8_0.html \
	 new_features_3_8_1.html new_features_3_8_2.html \
	 new_features_3_8_3.html new_features_3_8_4.html \
	 new_features_3_8_5.html oldversions.html onbatt.gif online.gif \
	 security.html shutdown.html status.gif status.html stopping.html \
	 testing.html thanks.gif thanks.html troubles.html \
	 upgrading_to_3_7_0.html upsbible.html usb.html win32.html \
	 wininstall1.gif wininstall2.gif wininstall3.gif wininstall4.gif \
	 wininstall5.gif wininstall6.gif wininstall7.gif

post-install:
	${INSTALL_DATA} ${WRKDIR}/apcupsd.master.conf \
		${PREFIX}/share/examples/apcupsd
	${INSTALL_DATA} ${WRKDIR}/apcupsd.slave.conf \
		${PREFIX}/share/examples/apcupsd
	${INSTALL_SCRIPT} ${WRKSRC}/distributions/netbsd/apcupsd \
		${PREFIX}/etc/rc.d
	${INSTALL_DATA_DIR} ${PREFIX}/share/doc/apcupsd
.for file in ${DOCS}
	${INSTALL_DATA} ${WRKSRC}/doc/${file} ${PREFIX}/share/doc/apcupsd
.endfor
	${INSTALL_DATA_DIR} ${PREFIX}/share/doc/html/apcupsd
.for file in ${HTMLDOCS}
	${INSTALL_DATA} ${WRKSRC}/doc/manual/${file} \
		${PREFIX}/share/doc/html/apcupsd
.endfor

.include "../../devel/gettext-lib/buildlink2.mk"

.include "../../mk/bsd.pkg.install.mk"
.include "../../mk/bsd.pkg.mk"