summaryrefslogblamecommitdiff
path: root/sysutils/nut/Makefile
blob: 7132ad9b480b44ad4727e64e75e78a8e7b2c32e0 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                           





                                                    
                   
                      


                                                    
                               

                
                                            

      

                                                
                                                        
                                                        
                                        
 
                                     
 
                   





                                       


                                    






                                                                              
             

                                                          

                                                       

                                                             




                                                                           







                                                             
                        
                                                            
      

                      
# New ports collection makefile for:    nut
# Date created:         08 Jan 2000
# Whom:                 Boris Popov <bp@freebsd.org>
#
# $FreeBSD$
#

PORTNAME=	nut
PORTVERSION=	0.44.3
CATEGORIES=	sysutils
MASTER_SITES=	http://www.exploits.org/nut/release/

MAINTAINER=	jeh@freebsd.org

.if defined(CGI)
LIB_DEPENDS=	gd.2:${PORTSDIR}/graphics/gd
.endif

GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--sysconfdir=${PREFIX}/etc/nut \
		--with-cgipath=${PREFIX}/share/nut/cgi \
		--with-modelpath=${PREFIX}/libexec/nut \
		--with-statepath=/var/db

MAN8=		powercom.8 apcsmart.8

ALL_TARGET=	all

NDOCDIR=	${PREFIX}/share/doc/nut

.if defined(CGI)
NCGIDIR=	${PREFIX}/share/nut/cgi
ALL_TARGET+=	cgi
PLIST_SUB+=	CGIFILES=""
.else
PLIST_SUB+=	CGIFILES="@comment "
.endif

pre-fetch:
.if !defined(CGI)
	@${ECHO_MSG} "Type \"make CGI=yes\" if you want to build CGI scripts."
.endif

post-install:
	@${SED} -e "/%%PREFIX%%/s##${PREFIX}#g" \
		${WRKSRC}/scripts/FreeBSD/upsd.sh.sample \
		>${PREFIX}/etc/rc.d/nut.sh.sample
	@${CHMOD} 0755 ${PREFIX}/etc/rc.d/nut.sh.sample
.if !defined(NOPORTDOCS)
	@if ! [ -d ${NDOCDIR} ]; then ${MKDIR} ${NDOCDIR}; fi
	@if ! [ -d ${NDOCDIR}/cables ]; then ${MKDIR} ${NDOCDIR}/cables; fi
	${INSTALL_DATA} ${WRKSRC}/docs/cables/*.txt ${NDOCDIR}/cables
	${INSTALL_DATA} ${WRKSRC}/docs/*.txt ${NDOCDIR}
	${INSTALL_DATA} ${WRKSRC}/docs/FAQ ${NDOCDIR}
	${INSTALL_DATA} ${WRKSRC}/docs/Changes.trust ${NDOCDIR}
	${INSTALL_DATA} ${WRKSRC}/README ${NDOCDIR}
	${INSTALL_DATA} ${WRKSRC}/QUICKSTART ${NDOCDIR}
.endif
.if defined(CGI)
	@if ! [ -d ${NCGIDIR} ]; then ${MKDIR} ${NCGIDIR}; fi
	${INSTALL_DATA} ${WRKSRC}/clients/*.cgi ${NCGIDIR}
	@${ECHO_MSG} "Look in ${NCGIDIR} for cgi scripts."
.endif
.if !defined(NOPORTDOCS)
	@${ECHO_MSG} "Look in ${NDOCDIR} for documentation."
.endif

.include <bsd.port.mk>