freebsd-ports/net/omcmd/Makefile
Martin Wilke 65c6806a90 omcmd is a CLI utility for performing OMAPI queries and updates on a
running ISC DHCP server, such as adding a host entry or querying a lease.
Unlike omshell, it is designed to be readily usable by shell scripts;
it has simple one-shot commands and returns error codes.

WWW: http://freshmeat.net/projects/omcmd

PR:		ports/148398
Submitted by:	Pavel Volkov
Feature safe:	yes
2011-01-29 14:22:55 +00:00

27 lines
626 B
Makefile

# New ports collection makefile for: omcmd
# Date created: 05 Jul 2010
# Whom: Pavel Volkov
#
# $FreeBSD$
#
PORTNAME= omcmd
PORTVERSION= 0.4.8
CATEGORIES= net
MASTER_SITES= http://people.bridgewater.edu/~dparsley/omcmd/
MAINTAINER= pavelivolkov@googlemail.com
COMMENT= CLI utility for performing OMAPI queries and updates on a ISC DHCP
BUILD_DEPENDS= ${LOCALBASE}/sbin/dhcpd:${PORTSDIR}/net/isc-dhcp41-server
PLIST_FILES= bin/${PORTNAME}
MAN1= ${PORTNAME}.1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MAN1PREFIX}/man/man1
.include <bsd.port.mk>