pkgsrc/net/dhcpcd/Makefile
roy f3421f990c Update to dhcpcd-5.2.7
Changes include:
* Compile on Slackware again
* Use dynamically sized buffers for reading kernel link events
  Fixes carrier status on Linux-2.6.35 64bit kernels
* Use the active link address on NetBSD-5
* Fix syslog support in dhcpcd-run-hooks
2010-08-04 07:19:06 +00:00

28 lines
768 B
Makefile

# $NetBSD: Makefile,v 1.25 2010/08/04 07:19:06 roy Exp $
#
DISTNAME= dhcpcd-5.2.7
CATEGORIES= net
MASTER_SITES= ftp://roy.marples.name/pub/dhcpcd/
MASTER_SITES+= http://roy.aydogan.net/dhcpcd/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= roy@NetBSD.org
HOMEPAGE= http://roy.marples.name/projects/dhcpcd/
COMMENT= RFC2131 compliant DHCP client
LICENSE= modified-bsd
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= c99
HAS_CONFIGURE= yes
CONFIGURE_ARGS+= --mandir=${PREFIX}/${PKGMANDIR}
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
CONFIGURE_ARGS+= --with-hooks=ntp
EGDIR= ${PREFIX}/share/examples
INSTALL_MAKE_FLAGS+= SYSCONFDIR=${EGDIR}
CONF_FILES+= ${EGDIR}/dhcpcd.conf ${PKG_SYSCONFDIR}/dhcpcd.conf
RCD_SCRIPTS+= dhcpcd
.include "../../mk/bsd.pkg.mk"