openbsd-ports/net/dnsmasq/Makefile

34 lines
785 B
Makefile
Raw Normal View History

2014-09-28 13:34:01 -04:00
# $OpenBSD: Makefile,v 1.39 2014/09/28 17:34:01 brad Exp $
COMMENT= lightweight caching DNS forwarder, DHCP and TFTP server
2014-09-28 13:34:01 -04:00
DISTNAME= dnsmasq-2.72
CATEGORIES= net
MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/
2012-08-18 17:34:33 -04:00
EXTRACT_SUFX= .tar.xz
2005-09-05 16:21:01 -04:00
HOMEPAGE= http://www.thekelleys.org.uk/dnsmasq/doc.html
MAINTAINER= Brad Smith <brad@comstyle.com>
2011-09-07 06:34:26 -04:00
# GPLv2+
PERMIT_PACKAGE_CDROM= Yes
2011-09-07 06:34:26 -04:00
WANTLIB= c
2009-03-08 17:04:16 -04:00
MAKE_ENV= CC="${CC}"
2011-09-07 06:34:26 -04:00
MAKE_FLAGS= CFLAGS="${CFLAGS} -Wall -W"
2013-12-23 16:13:39 -05:00
FAKE_FLAGS= MANDIR="${PREFIX}/man"
2009-03-08 17:04:16 -04:00
2013-03-11 07:35:43 -04:00
NO_TEST= Yes
pre-build:
2013-12-23 16:13:39 -05:00
@${SUBST_CMD} ${WRKSRC}/man/dnsmasq.8 ${WRKSRC}/src/config.h \
${WRKSRC}/dnsmasq.conf.example
2013-12-23 16:13:39 -05:00
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/dnsmasq
${INSTALL_DATA} ${WRKSRC}/dnsmasq.conf.example ${PREFIX}/share/examples/dnsmasq
.include <bsd.port.mk>