aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/apcpwr/Makefile
blob: f379127b13e6225d36d9ab27aa18f707c9893f24 (plain) (blame)
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
# ports collection makefile for:   apcpwr
# Date created:        1 June 2003
# Whom:                jwd
#
# $FreeBSD$
#

PORTNAME=       apcpwr
PORTVERSION=        1.2
CATEGORIES=     sysutils net
MASTER_SITES=       ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= jwd

MAINTAINER= jwd@FreeBSD.org
COMMENT=    Control APC 9211 MasterSwitchs via snmp

RUN_DEPENDS=    snmpwalk:${PORTSDIR}/net/net-snmp

MAN8=       apcpwr.8

post-install:
    @ ${ECHO}
    @ ${SED} -e "s:%%PREFIX%%:${PREFIX}:g" pkg-message | fmt
    @ ${ECHO}

.include <bsd.port.mk>