[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / net / isc-dhclient4

Annotation of pkgsrc/net/isc-dhclient4/Makefile, Revision 1.9

1.9     ! taca        1: # $NetBSD: Makefile,v 1.8 2013/04/10 11:31:26 fhajny Exp $
1.1       adrianp     2: #
                      3:
1.3       adrianp     4: PKGNAME=       isc-dhclient-${DHVER}
1.1       adrianp     5: COMMENT=       ISC Dynamic Host Configuration Protocol (DHCP) Client
1.5       taca        6: BUILD_SUBDIR=  bind includes tests common omapip client
1.1       adrianp     7: SUBDIR=                client
                      8:
                      9: CONF_FILES+=   ${EGDIR}/dhclient.conf ${PKG_SYSCONFDIR}/dhclient.conf
                     10:
                     11: RCD_SCRIPTS=   isc_dhclient
                     12: FILES_SUBST+=  DHCP_HOME=${DHCP_HOME}
                     13:
                     14: .include "${.CURDIR}/../isc-dhcp4/options.mk"
                     15:
1.4       joerg      16: INSTALLATION_DIRS+=    ${EGDIR}
                     17:
1.1       adrianp    18: post-install:
1.7       taca       19:        ${INSTALL_DATA} ${WRKSRC}/client/dhclient.conf.example \
                     20:                ${DESTDIR}${EGDIR}/dhclient.conf
1.1       adrianp    21:
                     22: .include "../../net/isc-dhcp4/Makefile.common"
                     23: .include "../../net/isc-dhcp4/buildlink3.mk"
                     24: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>