Edit

IABSD.fr/ports/sysutils/upsd/Makefile

Branch :

  • Show log

    Commit

  • Author : bentley
    Date : 2015-01-21 06:23:33
    Hash : eb5d566e
    Message : Remove Kevin Lo as maintainer, by request.

  • sysutils/upsd/Makefile
  • # $OpenBSD: Makefile,v 1.20 2015/01/21 06:23:35 bentley Exp $
    
    COMMENT=	APC Smart UPS Monitoring Daemon
    
    DISTNAME=	upsd-2.0.1.6
    CATEGORIES=	sysutils
    REVISION =	0
    
    PERMIT_PACKAGE_CDROM=	missing license
    PERMIT_PACKAGE_FTP=	missing license
    PERMIT_DISTFILES_FTP=	Yes
    WANTLIB=		c 
    
    WRKDIST=	${WRKDIR}/${DISTNAME:C,\.[0-9]+\.[0-9]+$,,}
    
    pre-build:
    	@perl -pi -e 's:%%SYSCONFDIR%%:${SYSCONFDIR}:' \
    		${WRKSRC}/config.h
    	@mv ${WRKSRC}/config.h ${WRKSRC}/conf.h.orig
    	@sed -e "s!@prefix@!${PREFIX}!g" ${WRKSRC}/conf.h.orig > ${WRKSRC}/conf.h
    
    do-install:
    	${INSTALL_PROGRAM} ${WRKBUILD}/upsd ${PREFIX}/sbin
    	${INSTALL_DATA_DIR} ${PREFIX}/share/examples/upsd
    	${INSTALL_DATA} ${WRKSRC}/sample/upsd.conf ${PREFIX}/share/examples/upsd/upsd.conf-sample
    
    .include <bsd.port.mk>