freebsd-ports/sysutils/apcpwr/Makefile
Mark Linimon f8297c3610 Reset maintainer who did not respond to query about port commit bit status.
We hope to see him back again sometime.

Hat:		portmgr
2006-08-10 20:31:10 +00:00

26 lines
512 B
Makefile

# 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= ports@FreeBSD.org
COMMENT= Control APC 9211 MasterSwitchs via snmp
RUN_DEPENDS= snmpwalk:${PORTSDIR}/net-mgmt/net-snmp
MAN8= apcpwr.8
post-install:
@ ${ECHO}
@ ${SED} -e "s:%%PREFIX%%:${PREFIX}:g" pkg-message | fmt
@ ${ECHO}
.include <bsd.port.mk>