0af7dd45f7
A tool designed to manipulate ARP tables of all kinds of equipment
35 lines
758 B
Makefile
35 lines
758 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: arp-sk
|
|
# Date Created: Apr 14, 2004
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= arp-sk
|
|
PORTVERSION= 0.0.15
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.arp-sk.org/files/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A tool designed to manipulate ARP tables of all kinds of equipment
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/libnet/libnet-types.h:${PORTSDIR}/net/libnet-devel
|
|
|
|
USE_REINPLACE= yes
|
|
#USE_GETOPT_LONG= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= arp-sk.1
|
|
PLIST_FILES= sbin/arp-sk
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e "s, -pedantic -g,," ${WRKSRC}/configure
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/src/arp-sk ${PREFIX}/sbin
|
|
${INSTALL_MAN} ${WRKSRC}/man/arp-sk.1 ${MAN1PREFIX}/man/man1
|
|
|
|
.include <bsd.port.mk>
|