mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
529fda9b91
to email. Hat: portmgr
29 lines
581 B
Makefile
29 lines
581 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= perl@FreeBSD.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>
|