1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/net/dhcpcd/Makefile

25 lines
466 B
Makefile
Raw Normal View History

# New ports collection makefile for: dhcpcd
# Date created: 30 December 2007
# Whom: Roy Marples <roy@marples.name>
#
# $FreeBSD$
#
PORTNAME= dhcpcd
PORTVERSION= 3.2.3
CATEGORIES= net
MASTER_SITES= http://roy.marples.name/dhcpcd/ \
http://critical.ch/distfiles/ \
http://energy.critical.ch/distfiles/
MAINTAINER= roy@marples.name
COMMENT= DHCP client
USE_BZIP2= yes
USE_RC_SUBR= dhcpcd
MAN8= dhcpcd.8
PLIST_FILES= sbin/dhcpcd
.include <bsd.port.mk>