1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/net/arp-sk/Makefile
Sergey Matveychuk b9be3064f4 - Update to 0.0.16
PR:		ports/77621
Submitted by:	Simon Barner <barner(at)gmx.de>
2005-02-17 07:13:59 +00:00

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.16
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>