mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
24 lines
564 B
Makefile
24 lines
564 B
Makefile
# Created by: 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
|
|
|
|
NO_STAGE= yes
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MAN1PREFIX}/man/man1
|
|
|
|
.include <bsd.port.mk>
|