1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/dns/dns_mre/Makefile
Martin Wilke a64da288f8 - do not connect before sendto()
fixes "Socket is already connected" error
- Bump PORTREVISION

PR:		126886
Submitted by:	maintainer
2008-08-29 15:08:04 +00:00

29 lines
583 B
Makefile

# New ports collection makefile for: dns_mre
# Date created: 2008-08-02
# Whom: Tomoyuki Sakurai <cherry@trombik.org>
#
# $FreeBSD$
#
PORTNAME= dns_mre
PORTVERSION= 1.0
PORTREVISION= 1
CATEGORIES= dns security
MASTER_SITES= http://www.securebits.org/tools/
DISTNAME= ${PORTNAME}-v${PORTVERSION}
MAINTAINER= cherry@trombik.org
COMMENT= DNS Cache Poisoner/Overwriter
NO_WRKSUBDIR= Yes
PLIST_FILES= bin/dns_mre
do-build:
cd ${WRKSRC} && ${CC} ${CFLAGS} -Wall main.c dns_mre.c -o dns_mre
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/dns_mre ${PREFIX}/bin/
.include <bsd.port.mk>