freebsd-ports/net/dhcprelay/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

21 lines
464 B
Makefile

# Created by: Edwin Groothuis (edwin@mavetju.org)
# $FreeBSD$
PORTNAME= dhcprelay
PORTVERSION= 1.2
PORTREVISION= 4
CATEGORIES= net
MASTER_SITES= http://www.mavetju.org/download/
MAINTAINER= edwin@mavetju.org
COMMENT= Lightweight DHCP Relay Agent with GIF tunnel support
LIB_DEPENDS= libdnet.so:net/libdnet
PLIST_FILES= bin/dhcprelay
USE_RC_SUBR= ${PORTNAME}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/dhcprelay ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>