2440544c0c
CVE-2009-2957 and CVE-2009-2958 relating to tftp (these were fixed in 2.50; we had them as patches in -current before). ok rui@
37 lines
868 B
Makefile
37 lines
868 B
Makefile
# $OpenBSD: Makefile,v 1.16 2009/12/27 19:34:33 sthen Exp $
|
|
|
|
COMMENT= caching DNS forwarder and DHCP server
|
|
|
|
DISTNAME= dnsmasq-2.51
|
|
CATEGORIES= net
|
|
|
|
MAINTAINER= Rui Reis <rui@openbsd.org>
|
|
|
|
HOMEPAGE= http://www.thekelleys.org.uk/dnsmasq/doc.html
|
|
|
|
# GPLv2/GPLv3
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
WANTLIB= c
|
|
|
|
MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/
|
|
|
|
MAKE_ENV= CC="${CC}"
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
pre-build:
|
|
${SUBST_CMD} ${WRKSRC}/man/dnsmasq.8 \
|
|
${WRKSRC}/src/config.h \
|
|
${WRKSRC}/dnsmasq.conf.example
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/src/dnsmasq ${PREFIX}/sbin
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/dnsmasq
|
|
${INSTALL_DATA} ${WRKSRC}/dnsmasq.conf.example ${PREFIX}/share/examples/dnsmasq
|
|
${INSTALL_MAN} ${WRKSRC}/man/dnsmasq.8 ${PREFIX}/man/man8
|
|
|
|
.include <bsd.port.mk>
|