pkgsrc/net/dhcpcd/Makefile
roy 47e39231d7 Import dhcpcd-7.0.3 with the following changes:
*  udev: uses the logerr framework
  *  BSD: fix segfault when IPv6 addresses exist and carrier changes
  *  dhcp6: fix a null termination overflow on status messages
  *  options: static routes can be setup in global context again
  *  routes: dhcpcd added host routes are now reported correctly
2018-04-06 17:02:26 +00:00

29 lines
877 B
Makefile

# $NetBSD: Makefile,v 1.73 2018/04/06 17:02:26 roy Exp $
DISTNAME= dhcpcd-7.0.3
PKGNAME= ${DISTNAME:S/-rc/rc/}
CATEGORIES= net
MASTER_SITES= ftp://roy.marples.name/pub/dhcpcd/
MASTER_SITES+= http://roy.aydogan.net/dhcpcd/
MASTER_SITES+= http://cflags.cc/roy/dhcpcd/
EXTRACT_SUFX= .tar.xz
MAINTAINER= roy@NetBSD.org
HOMEPAGE= https://roy.marples.name/projects/dhcpcd/
COMMENT= DHCP / IPv4LL / IPv6RA / DHCPv6 client
LICENSE= modified-bsd
USE_LANGUAGES= c99
HAS_CONFIGURE= yes
CONFIGURE_ARGS+= --mandir=${PREFIX}/${PKGMANDIR}
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
CONFIGURE_ARGS+= --with-hooks=ntp
CONFIGURE_ARGS+= --datadir=${PREFIX}/share/examples
EGDIR= ${PREFIX}/share/examples/dhcpcd
INSTALL_MAKE_FLAGS+= SYSCONFDIR=${EGDIR}
CONF_FILES+= ${EGDIR}/dhcpcd.conf ${PKG_SYSCONFDIR}/dhcpcd.conf
RCD_SCRIPTS+= dhcpcd
.include "../../mk/bsd.pkg.mk"